Skip to content
DK96-OS edited this page Nov 24, 2023 · 10 revisions

Math Tools

The Tools are organized into modules and distributed as packages, enabling you to choose the relevant sections rather than downloading the whole library.

Packages

For information on how to download a package from GitHub Maven Package Registry.

Modules

  • Arrays
  • Format
  • Generators
  • Lists
  • Numbers
  • Pairs
  • Statistics

Arrays

  • Operations on Arrays of number types.

Format

  • Methods of Formatting Numbers, such as rounding and percentages.
  • Simple Number Serialization.

Generators

  • Configurable structures that produce random numbers modelling some distribution (called Elements)

Lists

  • Operations on Lists of Number types and Lists of Objects.

Numbers

  • Prime Numbers
  • Factoring

Pairs

  • Simple, Efficient Primitive Number Data Containers
  • Comes in Fixed and Mutable flavors

Statistics

  • Normal Distribution Characteristics
  • Outlier Detection
Clone this wiki locally