Dependents:   OBROT_ALL f3rc_3_auto_encode f3rc_3_auto_lintrace_912 EMG_Realtime_Filter ... more

Committer:
inst
Date:
Wed Oct 14 03:55:49 2015 +0000
Revision:
0:067c036b09e0

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
inst 0:067c036b09e0 1 #ifndef INCLUDED_MATH_H
inst 0:067c036b09e0 2 #define INCLUDED_MATH_H
inst 0:067c036b09e0 3
inst 0:067c036b09e0 4 extern const float gPI;
inst 0:067c036b09e0 5
inst 0:067c036b09e0 6 float convertRange( float in, float oldMin, float oldMax, float newMin, float newMax );
inst 0:067c036b09e0 7 float convertRangePlusMinusPi( float deg );
inst 0:067c036b09e0 8 bool isNear( float a, float b, float error );
inst 0:067c036b09e0 9
inst 0:067c036b09e0 10 #endif