Ceil

Format

ceil ( expression )

Description

REtourne l'entier immédiatement inférieur ou égal à une expression.

Voir aussi

Exemple

print ceil(9.1)
print ceil(-5.4)

fera afficher

10
-5
 
fr/ceil.txt · Last modified: 2010/09/10 10:40 by gaelle
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki