int main(void) { testdiv(); testsqrt(); testlog2(); testexp2(); testexp2log2(); #ifdef FIXED_POINT testilog2(); #endif return ret; }
int main(void) { MCU_init(); /* call Device Initialization */ SOPT_COPE =0; /*apago el watchdog*/ testdiv(); testsqrt(); testrsqrt(); testlog2(); testexp2(); testexp2log2(); #ifdef FIXED_POINT testilog2(); #endif return ret; }