php-doc-en/reference/math/functions
Pieter Hordijk ad195a6577 in second note box, min and max parameters were misplaced
-- 
Provided by anonymous 82724 (molnarriso@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342442 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-02 07:17:18 +00:00
..
abs.xml Make example consistent with rest of the manual 2014-06-04 08:23:01 +00:00
acos.xml
acosh.xml
asin.xml
asinh.xml
atan.xml
atan2.xml
atanh.xml
base-convert.xml Address #61740: base_convert skips over out-of-range or unknown characters 2016-06-30 11:43:06 +00:00
bindec.xml W/S fixes 2014-08-27 05:42:22 +00:00
ceil.xml
cos.xml
cosh.xml
decbin.xml
dechex.xml
decoct.xml Fix #65280: Documentation for decoct() incorrect 2016-06-21 15:03:43 +00:00
deg2rad.xml
exp.xml
expm1.xml
floor.xml The return type of floor is not only float but can also be false 2015-09-02 21:56:38 +00:00
fmod.xml Describe see also functions 2016-09-25 18:43:11 +00:00
getrandmax.xml
hexdec.xml W/S fixes 2014-08-27 05:42:22 +00:00
hypot.xml
intdiv.xml Describe see also functions 2016-09-25 18:43:11 +00:00
is-finite.xml
is-infinite.xml
is-nan.xml
lcg-value.xml Fix #64386: No warning on insecure pseudo-random generators 2016-06-14 14:52:22 +00:00
log.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
log1p.xml
log10.xml
max.xml Fix #72835: Note on min/max's page misleading about string comparisons 2016-08-15 10:06:08 +00:00
min.xml Clarify NULL/boolean comparison of min() 2016-09-28 12:33:15 +00:00
mt-getrandmax.xml Wrong markup for parameter. 2015-03-06 13:01:41 +00:00
mt-rand.xml Fix typos 2017-04-11 14:30:36 +00:00
mt-srand.xml add absent tags "varlistentry" 2017-02-20 22:47:37 +00:00
octdec.xml W/S fixes 2014-08-27 05:42:22 +00:00
pi.xml
pow.xml Fix #72962: Missing example in pow() docs 2016-08-29 12:54:01 +00:00
rad2deg.xml
rand.xml in second note box, min and max parameters were misplaced 2017-05-02 07:17:18 +00:00
round.xml fix wrong position of </parameter> tag 2016-04-17 19:22:19 +00:00
sin.xml
sinh.xml
sqrt.xml
srand.xml documented the change in behaviour due to aliasing of rand to mt_rand in PHP 7.1.0 2017-02-20 22:01:10 +00:00
tan.xml
tanh.xml