anandp219 / gotility

A utility library for go
MIT License
13 stars 0 forks source link

IsNumber parsing fails on complex numbers #4

Open adamdecaf opened 7 years ago

adamdecaf commented 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

anandp219 commented 7 years ago

@adamdecaf till now complex numbers is not supported. We can take it as an enhancement. Thanks