Query: numround
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NUMROUND(1) User Contributed Perl Documentation NUMROUND(1)NAMEnumround - A program that rounds off numbers it encounters.SYNOPSISnumround [-cdfhV] <FILE> | numround [-cdfhV] (Input on STDIN from pipeline.) numround [-cdfhV] (Input on STDIN. Use Ctrl-D to stop.)DESCRIPTIONnumround will simply round decimal numbers to the nearest integer or to a factor of any number using the -n option. You can also force it to round up (ceiling) or round down(floor) using the -c and -f options.OPTIONS-c Force the number to be rounded up. Ceiling. -f Force the number to be rounded down. Floor. -n <n> Round numbers to the nearest factor of <n>. -h Print out some helpful information about numround. -V Increase verbosity. This will print out numbers as it finds them. -d Debug mode. For developers only.BUGSnumround currently only rounds the first number on each line. Eventually this will be changed as all the numeric utilities are developed. numround will drop off the decimal places in decimal numbers. This may cause some calculations to be in error, depending on how you are using the data.SEE ALSOnumaverage(1), numbound(1), numinterval(1), numnormalize(1), numgrep(1), numprocess(1), numsum(1), numrandom(1), numrange(1)COPYRIGHTnumround is part of the num-utils package, which is copyrighted by Suso Banderas and released under the GPL license. Please read the COPYING and LICENSE files that came with the num-utils package Developers can read the GOALS file and contact me about providing submitions or help for the project.MORE INFOMore info on numround can be found at: http://suso.suso.org/programs/num-utils/ perl v5.10.1 2009-10-31 NUMROUND(1)
Related Man Pages |
---|
numsum(1) - debian |
numrandom(1) - debian |
numrange(1) - debian |
math::round(3) - mojave |
num(3o) - hpux |
Similar Topics in the Unix Linux Community |
---|
finding nearest numbers |
Using sed to round a number |
Need to extract only decimal numbers for a glob of text |
Bash Rounding to 2 decimal places |
Decimal field round of |