• 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.
  • 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...
  • math question (beginner)
    I'm using float variables, but I want to convert these variables to integer like: 0.9 .... 1 30.9 .... 31 54.2 .... 54 please give a suggestion thanks very much
  • Display a Math Result on LCD
    Hello all, I am going through a project, in which I need to display the results of a math operation on LCD. Can anybody help.