otamesi

Dependencies:   mbed

Math.h

Committer:
seangshim
Date:
2019-02-16
Revision:
41:7c537a922510
Parent:
18:2a47ed430cfe

File content as of revision 41:7c537a922510:

#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