A utility for performing maths.
math [--version] [--help]
- term --version:
Show the version.
- term --help:
Show help information.
Print the sum of the values.
math add [--hex-output] [<values>...] [--version] [--help]
- term --hex-output:
Use hexadecimal notation for the result.
- term values:
A group of integers to operate on.
- term --version:
Show the version.
- term --help:
Show help information.
Print the product of the values.
math multiply [--hex-output] [<values>...] [--version]
[--help]
- term --hex-output:
Use hexadecimal notation for the result.
- term values:
A group of integers to operate on.
- term --version:
Show the version.
- term --help:
Show help information.
Calculate descriptive statistics.
math stats [--version] [--help]
- term --version:
Show the version.
- term --help:
Show help information.
Print the average of the values.
math stats average [--kind=<kind>] [<values>...] [--version]
[--help]
- term --kind=<kind>:
The kind of average to provide.
- term values:
A group of floating-point values to operate on.
- term --version:
Show the version.
- term --help:
Show help information.
Print the standard deviation of the values.
math stats stdev [<values>...] [--version] [--help]
- term values:
A group of floating-point values to operate on.
- term --version:
Show the version.
- term --help:
Show help information.
Print the quantiles of the values (TBD).
math stats quantiles [<one-of-four>] [<custom-arg>]
[<custom-deprecated-arg>] [<values>...] [--file=<file>]
[--directory=<directory>] [--shell=<shell>]
[--custom=<custom>]
[--custom-deprecated=<custom-deprecated>] [--version]
[--help]
-
term one-of-four:
-
term custom-arg:
-
term custom-deprecated-arg:
-
term values:
A group of floating-point values to operate on.
-
term --file=<file>:
-
term --directory=<directory>:
-
term --shell=<shell>:
-
term --custom=<custom>:
-
term --custom-deprecated=<custom-deprecated>:
-
term --version:
Show the version.
- term --help:
Show help information.
Show subcommand help information.
math help [<subcommands>...] [--version]
-
term subcommands:
-
term --version:
Show the version.