• Stars
    star
    129
  • Rank 279,262 (Top 6 %)
  • Language
    Shell
  • License
    Other
  • Created about 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Num: number utilities for mathematics

Num: number utilities for mathematics

Num is a command line tool for mathematics and statistics data processing.
Num can calculate sum, median, quartiles, standard deviation, and much more.
Num can sort, map, filter, round, and use various input/output formats.

Num on Patreon: donate to help
Num on Twitter: @numcommand
Num on the web: www.numcommand.com

Example:

$ num sum median variance stddev data.txt
10 2.5 1.66667 1.29099

Dependencies

Install

$ git clone [email protected]:numcommand/num.git
$ cd num
$ bin/install.sh # for help => bin/install.sh --help


To troubleshoot please see the Troubleshooting page.

Start using Num:

Project pages:

Programmer pages:

Statistics help:

By Joel Parker Henderson