808  14

			
LogN	Extended LogN(Extended Base, Extended X)	 X   Base	Math.hpp
Jroti	unsigned long lrotl( unsigned long val, int count)	  val   count 	stdlib.h
lrotr	unsigned long lrotr( unsigned long val, int count)	  val   count 	stdlib.h
max	max(a, b)	       b  	stdlib.h
min	min(a, b)	       b  	stdlib.h !
modf	double modf(double x, double *ipart)	     ipart    	math.h
modfl	long double modfl(Iong double x, long double *ipart)	     ipart    	math.h
poly	double poly(double x, int degree, double coeffs[])	    degree   coeffs	math.h
Poly	Extended Poly(Extended X, const double * Coefficients, const int CoefficientsSize)	    CoefficientsSize   Coefficients	Math.hpp
polyl	long double polyl(long double x, int degree, long double coeffs[])	    degree   coeffs	math.h
pow	double pow(double x, double y)		math.h
Power	Extended Power(Extended Base, Extended Exponent)	 Base   Exponent	Math.hpp
powl	long double powl(long double x, long double y)		math.h
rotl	unsigned short rotl( unsigned short value, int count)	  value   count 	stdlib.h
rotr	unsigned short rotr( unsigned short value, int count)	  value   count 	stdlib.h
sqrt	double sqrt(double x)	 	math.h
sqrti	long double sqrtl(long double x)	 	math.h



 exp, expl, Idexp, Idexpl       -
    ERANGE.