Skip to content

asnimansari/gocomplex

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

Releases

No releases published

Packages

No packages published

Languages