jmath

Math Extention for Java

License

License

GroupId

GroupId

com.github.tomtzook
ArtifactId

ArtifactId

jmath
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jmath
Math Extention for Java
Project URL

Project URL

https://github.com/tomtzook/jmath
Source Code Management

Source Code Management

https://github.com/tomtzook/jmath

Download jmath

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tomtzook/jmath/ -->
<dependency>
    <groupId>com.github.tomtzook</groupId>
    <artifactId>jmath</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/jmath/
implementation 'com.github.tomtzook:jmath:1.1.0'
// https://jarcasting.com/artifacts/com.github.tomtzook/jmath/
implementation ("com.github.tomtzook:jmath:1.1.0")
'com.github.tomtzook:jmath:jar:1.1.0'
<dependency org="com.github.tomtzook" name="jmath" rev="1.1.0">
  <artifact name="jmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='jmath', version='1.1.0')
)
libraryDependencies += "com.github.tomtzook" % "jmath" % "1.1.0"
[com.github.tomtzook/jmath "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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!

Versions

Version
1.1.0