Shao Rui / SPIne_referenceTraj_DEMO

Dependencies:   mbed-dev_spine

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FastMath.h Source File

FastMath.h

00001 #ifndef __FASTMATH_H
00002 #define __FASTMATH_H
00003 
00004 #include "LUT.h"
00005 
00006 namespace FastMath{
00007     float FastSin(float theta);
00008     float FastCos(float theta);
00009     int   Sgn(float d);
00010     };
00011 
00012 #endif