25#ifndef INC_EMBEDDED_MATH_H_
26#define INC_EMBEDDED_MATH_H_
33# include "corecrt_math_defines.h"
44#define TARGET_MACHINE PC
56#define SQR(x) ((x)*(x))
57#define SQRT(x) sqrtf(x)
60#define ASIN(x) asinf(x)
61#define ATAN2(y, x) atan2f(y, x)
mathematical vector of arbitrary type and size
char * itoa(int value, char *result, int base=10)
type CLIP(type x, type min, type max)