Changes

Jump to navigation Jump to search

Round

125 bytes added, 06:33, 9 February 2012
m
no edit summary
Returns the value of one specified numerical expression rounded to the number of decimal places specified by another.
==== Usage ====<syntaxhighlight>Round(Value,Precision);</syntaxhighlight>
Where: [[ :'''Value]] ''' - a numerical expression, indicating the value that needs to be rounded.
[[:'''Precision]] ''' - a numerical expression , indicating the number of decimals.
==== Example ==Examples ==<syntaxhighlight>Round(1.237,2) will ;</syntaxhighlight>Will return a value of 1.24 .
<syntaxhighlight>Round(-5.7744,3) will ;</syntaxhighlight>Will return a value of –5.774</syntaxhighlight> .
[[Category:Math and Trig]]

Navigation menu