Page 1 of 1

Re: Round down to the next integer

Posted: Fri Mar 03, 2017 11:35 pm
by Manassaldi
Hi,
you can use the same command, this function is valid only for DNLP models

floor(x) returns the greatest integer number less than or equal to x

best regards

Re: Round down to the next integer

Posted: Sun Mar 05, 2017 11:07 pm
by Manassaldi
ceil(x) returns the smallest integer number greater than or equal to x.
Bye