Open adamdecaf opened 7 years ago
I was trying out parsing a few numbers and was wondering if complex numbers are supported.
Example: (0.0+0.0i) https://golang.org/pkg/math/cmplx/#Exp
(0.0+0.0i)
@adamdecaf till now complex numbers is not supported. We can take it as an enhancement. Thanks
I was trying out parsing a few numbers and was wondering if complex numbers are supported.
Example:
(0.0+0.0i)
https://golang.org/pkg/math/cmplx/#Exp