\b;Instruction \c;ceil\n;
Syntaxe:
\s;\c;ceil ( value );\n;
Rounds up a number.

\t;valeur : \c;\l;float\u cbot\float;\n;
Nombre.

\t;Valeur retournée: \c;\l;float\u cbot\float;\n;
Ceiling of the value, i.e. the smallest integer not less than \c;value\n;. For example, \c;ceil(2.1)\n; is \c;3.0\n;.

\t;Voir aussi
\l;round\u cbot\round;, \l;programming\u cbot;, \l;types\u cbot\type; and \l;expressions\u cbot\expr;.
