what mathematical function support mbed?

Hi, I just want to know what mathematical function support mbed, the compiler have the library math.h?? and is compliant with ansi c ?

05 Jan 2011

Hi,

The mbed compiler uses the standard ARM libraries that conform to ISO C99, so they are ANSI C compliant.

More details about the ARM libraries can be found here:

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0475b/Cihbhihf.html

When you include mbed.h, math.h (among other things) is also included on your behalf. For a more detailed view on what else is included by mbed.h, you can view the latest version here it here:

http://mbed.org/projects/libraries/svn/mbed/trunk/mbed.h?rev=latest

I hope this helps!

Chris