rumpk/core/include/math.h

8 lines
97 B
C

#ifndef _MATH_H
#define _MATH_H
double pow(double x, double y);
double log10(double x);
#endif