From WikiChip
Difference between revisions of "mirc/identifiers/$round"
< mirc‎ | identifiers

(Created page with "{{mirc title|$round Identifier}}'''$round''' returns a floating point number rounded to a number of decimal. == Synopsis == <pre>$round(N,D)</pre> == Paramters == * '''N''...")
 
(Paramters)
Line 7: Line 7:
 
== Paramters ==
 
== Paramters ==
  
* '''N''' - The number you want to round
+
* '''N''' - The number you want to round, can be negative.
* '''D''' - The number of decimal to round
+
* '''D''' - The number of decimal to round, this parameter is optional.
  
 
== Properties ==
 
== Properties ==

Revision as of 15:53, 24 October 2017

$round returns a floating point number rounded to a number of decimal.


Synopsis

$round(N,D)

Paramters

  • N - The number you want to round, can be negative.
  • D - The number of decimal to round, this parameter is optional.

Properties

None

Example

//echo -a $round(4.98472,3)

Compatibility

Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$int $ceil $floor $int $abs $calc