Dependents:   OBROT_ALL f3rc_3_auto_encode f3rc_3_auto_lintrace_912 EMG_Realtime_Filter ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Math.h Source File

Math.h

00001 #ifndef INCLUDED_MATH_H
00002 #define INCLUDED_MATH_H
00003 
00004 extern const float gPI;
00005 
00006 float convertRange( float in, float oldMin, float oldMax, float newMin, float newMax );
00007 float convertRangePlusMinusPi( float deg );
00008 bool isNear( float a, float b, float error );
00009 
00010 #endif