Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME Round - Rounds a value SYNOPSIS Round [VALUE] -p [PRECISION] EXAMPLES Round 5.82 (returns: 6) Round 5.82 -precision 1 (returns: 5.8) Round 5.82 -precision -1 (returns: 10) DESCRIPTION Rounds a value to a specified precision (number of digits after the decimal point). Precision can also be negative or zero (default). AUTHOR Allen Ormond <aormond (at) fromrocks (dot) com>