2020-03-31 18:55:57 +02:00
|
|
|
#ifndef LIBMATH_H
|
|
|
|
#define LIBMATH_H
|
|
|
|
|
2020-04-26 08:34:51 +02:00
|
|
|
#define _USE_MATH_DEFINES
|
2020-09-27 00:44:27 +02:00
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
|
#include <stdint.h>
|
|
|
|
#endif
|
|
|
|
|
2020-04-26 02:44:42 +02:00
|
|
|
#include <math.h>
|
2020-03-31 18:55:57 +02:00
|
|
|
|
|
|
|
#endif
|