34#define M_E 2.7182818284590452354
38#define M_LOG2E 1.4426950408889634074
42#define M_LOG10E 0.43429448190325182765
46#define M_LN2 0.69314718055994530942
50#define M_LN10 2.30258509299404568402
54#define M_PI 3.14159265358979323846
58#define M_PI_2 1.57079632679489661923
62#define M_PI_4 0.78539816339744830962
66#define M_1_PI 0.31830988618379067154
70#define M_2_PI 0.63661977236758134308
74#define M_SQRTPI 1.77245385090551602729
78#define M_2_SQRTPI 1.12837916709551257390
82#define M_LNPI 1.14472988584940017414
86#define M_EULER 0.57721566490153286061
90#define M_SQRT2 1.41421356237309504880
94#define M_SQRT1_2 0.70710678118654752440
98#define M_SQRT3 1.73205080756887729352
PHPAPI zend_long _php_math_basetolong(zval *arg, int base)
PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base)
PHPAPI zend_string * _php_math_number_format_long(zend_long num, zend_long dec, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len)
PHPAPI double _php_math_round(double value, int places, int mode)
PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base)
PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret)
PHPAPI zend_string * _php_math_number_format(double d, int dec, char dec_point, char thousand_sep)
PHPAPI zend_string * _php_math_number_format_ex(double d, int dec, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len)
struct _zend_string zend_string