Skip to content

Latest commit

 

History

History
230 lines (103 loc) · 2.63 KB

File metadata and controls

230 lines (103 loc) · 2.63 KB

math

A utility for performing maths.

math [--version] [--help]
  • term --version:

Show the version.

  • term --help:

Show help information.

math.add

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.

math.multiply

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.

math.stats

Calculate descriptive statistics.

math stats [--version] [--help]
  • term --version:

Show the version.

  • term --help:

Show help information.

math.stats.average

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.

math.stats.stdev

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.

math.stats.quantiles

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.

math.help

Show subcommand help information.

math help [<subcommands>...] [--version]
  • term subcommands:

  • term --version:

Show the version.