Does nrf51822 support asinh, cosh, sin, cos, tan ...
Does nrf51822 support asinh, cosh, sin, cos, tan ...
For anybody wanting a response, the gcc toolchain has the math lib, all done in software (slow), but working.
You just need to include it in your makefile by adding a -lm in the LIB variable and of course add #include <math.h> in your files if you use an IDE.
For anybody wanting a response, the gcc toolchain has the math lib, all done in software (slow), but working.
You just need to include it in your makefile by adding a -lm in the LIB variable and of course add #include <math.h> in your files if you use an IDE.