• Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
  • Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh
  • 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...