Add a function to convert degree to radian.
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
#ifndef DORAYME_MATH_HELPER_H
|
||||
#define DORAYME_MATH_HELPER_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
void set_equal_precision(double v);
|
||||
bool double_equal(double a, double b);
|
||||
|
||||
double deg_to_rad(double deg);
|
||||
|
||||
#endif //DORAYME_MATH_HELPER_H
|
||||
|
||||
Reference in New Issue
Block a user