mathnet / mathnet-symbolics

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

Added the ability to parse `sqrt`,` pow` #18

Closed FoggyFinder closed 7 years ago

FoggyFinder commented 7 years ago

Not sure what Pseudo a good name, but I couldn't think of anything better :)


Update Tests.fs - now the test will not fall when running on systems where decimal point is written in another way (for example, a comma).

FoggyFinder commented 7 years ago

@cdrnet any comments?

cdrnet commented 7 years ago

Thanks for looking into this!

It should work for now this way, but I think we need a solution for things like this outside of the parser/format logic in the long term.

FoggyFinder commented 7 years ago

yeah, I'll try to join the discussion next week