Skip to content

Files

Latest commit

aa8dbdb · Aug 26, 2019

History

History
19 lines (12 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 760 Bytes

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