Skip to content

easai/Complex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A complex number class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages