Changes

Jump to: navigation, search

Locomotive BASIC

2 bytes added, 15:39, 27 February 2007
/* ROUND (n[,i1]) */
==== ROUND (n[,i1]) ====
 
: Rounds n to a number of decimal places or to the power of ten specified by i. If i is negative, the n is rounded to give an absolute integer with i zeros before the decimal point.
: Example:
<pre>
197
edits