User Tools

Site Tools


syntax:functions:round

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syntax:functions:round [2021/07/31 21:49] craigtsyntax:functions:round [2021/08/11 15:33] – [Examples] craigt
Line 23: Line 23:
 =====Examples===== =====Examples=====
  
-  round(5.55, 1) 5.6 +  round(5.55, 1) //Returns 5.6 
-  round(5.65, 1) 5.6 + 
-  round(101.567, 2) 101.57 +  round(5.65, 1) //Returns 5.6 
-  round(101.5784, 3) 101.578 + 
-  round(92.523, 0) 93+  round(101.567, 2) //Returns 101.57 
 + 
 +  round(101.5784, 3) //Returns 101.578 
 + 
 +  round(92.523, 0) //Returns 93
  
 \\  \\ 
syntax/functions/round.txt · Last modified: 2023/02/28 20:13 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki