mathnet / mathnet-symbolics

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

Evaluate in C# #19

Closed qoptics closed 7 years ago

qoptics commented 7 years ago

Thank you for changing it to allow sqrt, etc. I just switched from 0.9 to 1.0 to test this, and I can't get the "Evaluate.Evaluate()" function to work in C#. This function previously accepted two arguments (symbols, expression), but now it seems to accept just one argument (symbols). I'm not familiar with f#, so it is hard to tell how to provide the expression argument to the evaluate function.

Thanks.

cdrnet commented 7 years ago

The arguments of Evaluate should not have changed - let me check this.

cdrnet commented 7 years ago

The change was indeed not intended - I'll release a patch version 0.10.1 to fix the API.

cdrnet commented 7 years ago

Fixed in v0.10.1. Thanks for reporting this!