Complex
Complex is an implementation of a complex number class with complex trigonometry and exponential functions.
The complex trigonometry functions can be defined using Euler's formula as follows:
Thus:
Using this library:
If you are using Maven, specify this library in your pom.xml file.
<dependencies>
<dependency>
<groupId>com.github.easai.math</groupId>
<artifactId>Complex</artifactId>
<version>0.0.1</version>
</dependency>
</dependencies>
Complex API
The API documentation is here (Complex API)
Application
Mandelbrot is an Java app that uses Complex library.