Page History: Floor
    Compare Page Revisions
 
    
    
    
    
    
    Page Revision: 2018/10/19 00:12
In other programs floor(x) rounds x down to the next integer smaller than or equal to x. It is not currently included in SMath. Use 
round to build a 
user function that does it for you.

or floor(x,n) to allow for decimal places

floor(x,n)