logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

numnormalize - Normalize a set of numbers. By default between 0 and 1.

Description

numnormalize will take a set of numbers on input and return that set as a normalized set of numbers
       between 0 and 1 by default.  Or you can use the -R option to specify a different normalized range.

More Info

       More info on numnormalize can be found at:

       http://suso.suso.org/xulu/Num-utils

perl v5.30.3                                       2020-06-09                                       NORMALIZE(1)

Name

       numnormalize - Normalize a set of numbers. By default between 0 and 1.

Options

           -h  Help: You're looking at it.
           -V  Increase verbosity.
           -d  Debug mode.  For developers

           -R <range>   This allows you to specify a different normalized range instead of from 0 to 1.
                      For example -R 0..5

See Also

numaverage(1), numbound(1), numinterval(1), numgrep(1), numprocess(1), numsum(1), numrandom(1),
       numrange(1), numround(1)

Synopsis

numnormalize [-dhRV] <FILE>

       | numnormalize [-dhRV]    (Input on STDIN from pipeline.)

       numnormalize [-dhRV]      (Input on STDIN.  Use Ctrl-D to stop.)

See Also