• Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
  • HardFault after calling math function
    Hi all, I use µVision 4.73 evaluation version. My target device is LPC4357 (cortex M4). All works fine, except when I use floating poit math. volatile float F; #include <math.h> int main(void...
  • Math library
    Hi.. I need to use the cos and sin functions. what are the libraries I need to add ? is it only <math.h> ? if yes, i tried that and i got error message: /cygdrive/h/Ex3/FFT/FFT.c(45): error: undefined...
  • Availiability of math functions in the EVAL version
    Hello to Keil users: There appears to have been some misunderstanding about the question I posted yesterday. The question was whether I can do things like calculate sin(x) or log(x) with the Evaluation...
  • Floating point Math
    Hello I want the calculation in 8051 assembly language Like 7934501/74070=107.121655 I got the 107 but i did't get the 121655. Please help me to get this result if possible then send me...