Skip to content

A simple library for working with complex numbers in Java

License

Notifications You must be signed in to change notification settings

lachsdachs/ComplexLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ComplexLib

A simple library for working with complex numbers in Java

It currently implements the following operators and functions:

  • Addition
  • Subtraction
  • Multiplication
  • Reciprocation
  • Division
  • Exponentiation (limited to natural exponents)
  • Normalization
  • Conjugates
  • Square roots

It is public domain, so you can do whatever you want with it.

Written by lachsdachs.

About

A simple library for working with complex numbers in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages