Skip to content

Releases: vmicelli/jcomplex

First release of jcomplex library

30 Dec 19:20
430eeee
Compare
Choose a tag to compare

This library implements a complex number that inherits from java.lang.Number.

The library provides many functions such as add, multiply, subtract, divide, sin, cos, tan, asin, acos, atan, exp, log, pow and others.