Difference between revisions of "Ceil"
From Mesham
Jump to navigationJump to searchm (4 revisions imported) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
#include <maths> | #include <maths> | ||
| + | |||
function void main() { | function void main() { | ||
var a:=ceil(10.5); | var a:=ceil(10.5); | ||