ceil(3)               LPC 系统函数               ceil(3)

名称
     ceil() - 以无条件进入法把浮点数变成整数(传回浮点数)

语法
     float ceil( float f );

描述
     以无条件进入法把浮点数变成整数, 传回值也是一个浮点数.

请参考
     floor(3), to_int(3), to_float(3)

MudOS                Last change: 5 Sep 1994                    1

