Skip to content

tomtzook/jmath

Repository files navigation

jmath

Maven Central Travis (.org) branch GitHub

The Java Math Extension adds additional, more complex, math functionalities to Java. Esentially, this could be seen as a math library.

Features

Among the new functionalities added, you can find:

  • Vector math
  • Matrices
  • Complex math
  • Implementation of algorithms, such as nth root, etc
  • Interpolations
  • and more!