From 9820060af25a93e29cae421e922ccaa52201dae3 Mon Sep 17 00:00:00 2001 From: irc-html Date: Wed, 9 Jan 2002 23:43:26 +0000 Subject: [PATCH] added example for ceil() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67445 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/functions/math.xml b/functions/math.xml index 5d04e9ec36..3c49b72a06 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -413,6 +413,15 @@ $binary = base_convert ($hexadecimal, 16, 2); float as the value range of float is usually bigger than that of int. + + <function>ceil</function> examples + + + + See also floor and round.