numround - Online in the Cloud

This is the command numround that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


numround - A program that rounds off numbers it encounters.

SYNOPSIS


numround [-cdfhV] <FILE>

| numround [-cdfhV] (Input on STDIN from pipeline.)

numround [-cdfhV] (Input on STDIN. Use Ctrl-D to stop.)

DESCRIPTION


numround 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.

Use numround online using onworks.net services



Latest Linux & Windows online programs