https://github.com/asnimansari/gocomplex
Complex Number Utility for golang
https://github.com/asnimansari/gocomplex
complex-numbers golang maths
Last synced: 5 months ago
JSON representation
Complex Number Utility for golang
- Host: GitHub
- URL: https://github.com/asnimansari/gocomplex
- Owner: asnimansari
- License: mit
- Created: 2019-07-18T09:34:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T16:36:29.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T15:50:04.808Z (about 2 years ago)
- Topics: complex-numbers, golang, maths
- Language: Go
- Homepage: https://godoc.org/github.com/asnimansari/gocomplex
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GoMath
[](https://travis-ci.com/asnimansari/gocomplex)
[](https://godoc.org/github.com/asnimansari/gocomplex/)
[](https://goreportcard.com/report/github.com/asnimansari/gocomplex)
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