From WikiChip
$round Identifier - mIRC
< mirc‎ | identifiers
Revision as of 15:53, 24 October 2017 by 83.204.221.160 (talk) (Paramters)

$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