Hi, I'm looking for a library which implements the trigonometric function like sin,cos,etc. Is there any library for mbed? Or I will need to make my own functions.
Thanks
Hi, I'm looking for a library which implements the trigonometric function like sin,cos,etc. Is there any library for mbed? Or I will need to make my own functions.
Thanks
If you're using the mbed libraries in your program then you should have sin and cos available to you already. If you're not using the mbed libraries you can do
#include <math.h>
Steve
Hi Catalin,
If you're using the mbed libraries in your program then you should have sin and cos available to you already. If you're not using the mbed libraries you can do
<<code>>
#include <math.h>
<</code>>
Steve
Yes, I use mbed.h. I did't know that there are implemented. Thanks
Yes, I use mbed.h. I did't know that there are implemented. Thanks
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Hi, I'm looking for a library which implements the trigonometric function like sin,cos,etc. Is there any library for mbed? Or I will need to make my own functions.
Thanks