mathnet / mathnet-symbolics

Math.NET Symbolics
http://symbolics.mathdotnet.com
MIT License
341 stars 66 forks source link

Fixed typos and bug when parsing hyperbolic function #15

Closed FoggyFinder closed 7 years ago

FoggyFinder commented 7 years ago

There was an error when parsing the hyperbolic functions. I corrected, but perhaps there is a better solution - first time use FParsec.

cdrnet commented 7 years ago

So we need it to be greedy? Yes, that should do the trick - thanks!