Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

correction

switch %s | -6 => 1000000, -5 => 100000, -4 => 10000, -3 => 1000, -2 => 100, -1 => 10, 0 => 1, 1 => 0.1, 2 => 0.01, 3 => 0.001, 4 => 0.0001, 5 => 0.00001, 6 => 0.000001
NAME

     correction - return the correction factor corresponding to the precision  
                  associated with rounding.


SYNOPSIS
     
     correction [PRECISION]

     
DESCRIPTION
     
     The correction command will return the factor that corresponds to the 
     precision that is used for rounding.  The factor then can be used in 
     other commands as a workaround to manipulate numbers while avoiding any 
     potential rounding errors.

EXAMPLES
     
     Example: correction 2
     Result:  0.01

     Example: correction -6
     Result:  1000000


AUTHOR

     Paul M. Boren
     pmboren AT gmail DOT com
    
617 uses - Created 2010-05-21 05:21:13 - Last used 2017-10-08 06:34:23
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.