806  14

		
MJLN10	ln(10)     10	2.30258509299404568402
MPI	 	3.14159265358979323846
MPI2	 / 2	1.57079632679489661923
MPI4	 / 4	0.785398163397448309616
M1PI	1 /	0.318309886183790671538
M2PI	2 /	0.636619772367581343076
M1SQRTPI	  1 / 	0.564189583547756286948
M2SQRTPI	2 /   	1.12837916709551257390
MSQRT2	  2	1.41421356237309504880
MSQRT2	  2,   2	0.707106781186547524401;

14.6.2    

			
abs	int abs(int x)	 	stdlib.h
cabs	double cabs(struct complex z) struct complex { double x, y; };	   z	math.h
cabsl	long double cabsl(struct complexl z) structcomplex { double x, y; };	   z	math.h
ceil	double ceil(double x)	 :  ,   	math.h
Ceil	int Ceil(Extended X);	 :  ,   	Math.hpp
ceill	long double ceill(long double x)	 :  ,   	math.h
div	divt div(int numer, int denom) typedef struct { int quot; //  int rem; //  } divt;	  numer / denom	math.h
exp	double exp(double x)		math.h
expl	long double expl(long double x)		math.h
fabs	double fabs(double x)	 	math.h
fabsl	long double fabsl(long double x)	 	math.h