\b;Instruction \c;ceil\n;
Синтаксис:
\s;\c;ceil ( value );\n;
Округляет число.

\t;значение: \c;\l;float\u cbot\float;\n;
Число.

\t;Возвращаемое значение: \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;См. также
\l;round\u cbot\round;, \l;programming\u cbot;, \l;types\u cbot\type; and \l;expressions\u cbot\expr;.
