Dependents:   OBROT_ALL f3rc_3_auto_encode f3rc_3_auto_lintrace_912 EMG_Realtime_Filter ... more

Math.h

Committer:
inst
Date:
2015-10-14
Revision:
0:067c036b09e0

File content as of revision 0:067c036b09e0:

#ifndef INCLUDED_MATH_H
#define INCLUDED_MATH_H

extern const float gPI;

float convertRange( float in, float oldMin, float oldMax, float newMin, float newMax );
float convertRangePlusMinusPi( float deg );
bool isNear( float a, float b, float error );

#endif