• 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...
  • 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...
  • Double precision maths library
    Has anyone any idea where I can get a double precision maths library which will work with the Keil C51 compiler.
  • Double precision maths library
    Has anyone any idea where I can get a double precision maths library which will work with the Keil C51 compiler.
  • arm_sqrt_f32() is missing in CMSIS CM7 math library
    It appears the CMSIS math library for Cortex-M7 is missing arm_sqrt_f32(). I ran objdump on the library and arm_sqrt_f32() is missing. The library contains arm_sqrt_q15(), arm_sqrt_q31() but does not...