Difference between revisions of "Ceil"
From Mesham
Jump to navigationJump to searchm |
|||
Line 8: | Line 8: | ||
#include <maths> | #include <maths> | ||
− | var a:=ceil(10.5); | + | function void main() { |
− | + | var a:=ceil(10.5); | |
+ | var y:=ceil(a); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |