php-doc-en/reference/math/functions
2012-12-02 07:17:13 +00:00
..
abs.xml
acos.xml
acosh.xml
asin.xml
asinh.xml
atan.xml
atan2.xml
atanh.xml
base-convert.xml
bindec.xml This is a version column 2012-06-09 17:14:24 +00:00
ceil.xml
cos.xml
cosh.xml
decbin.xml
dechex.xml Fix doc bug #63027 (dechex may convert numbers up to PHP_INT_MAX) by clarifying 2012-09-10 01:54:11 +00:00
decoct.xml
deg2rad.xml
exp.xml
expm1.xml
floor.xml
fmod.xml
getrandmax.xml
hexdec.xml This is a version column 2012-06-09 17:14:24 +00:00
hypot.xml
is-finite.xml
is-infinite.xml
is-nan.xml
lcg-value.xml
log.xml This is a version column 2012-06-09 17:14:24 +00:00
log1p.xml
log10.xml
max.xml Document parameters 2012-04-11 13:50:52 +00:00
min.xml Document parameters 2012-04-11 13:50:52 +00:00
mt-getrandmax.xml
mt-rand.xml Added change log entry for mt_rand checking that max > min parameter, also fixes bug #66559 -- patch by Lonny 2012-11-15 17:44:11 +00:00
mt-srand.xml This is a version column 2012-06-09 17:14:24 +00:00
octdec.xml This is a version column 2012-06-09 17:14:24 +00:00
pi.xml
pow.xml - Fixed doc bug #60789: pow() uses floats if one argument is a float. 2012-03-04 19:08:18 +00:00
rad2deg.xml
rand.xml WS 2011-08-19 07:49:33 +00:00
round.xml Added description for mode constants and an example to clarify further on the behavior of the different modes. Fixes bug #63568. 2012-12-02 07:17:13 +00:00
sin.xml
sinh.xml
sqrt.xml
srand.xml This is a version column 2012-06-09 17:14:24 +00:00
tan.xml
tanh.xml