Skip to content

asnimansari/gocomplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoMath

Build Status GoDoc Go Report Card

GoComplex contains various mathematical operators on Complex Numbers. Unlike from the original complex number implementation in golang, we used a struct to represent Complex128 with float64 for real as well as imaginary part

Couple of pending operations to implement are...

  • tan
  • sin
  • cosine
  • isnan
  • isinf
  • exp

About

Complex Number Utility for golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages