Difference between revisions of "Ceil"
From Mesham
Jump to navigationJump to searchLine 8: | Line 8: | ||
#include <maths> | #include <maths> | ||
+ | |||
function void main() { | function void main() { | ||
var a:=ceil(10.5); | var a:=ceil(10.5); |
Line 8: | Line 8: | ||
#include <maths> | #include <maths> | ||
+ | |||
function void main() { | function void main() { | ||
var a:=ceil(10.5); | var a:=ceil(10.5); |