mathnet / mathnet-symbolics

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

Fix Trigonometric.substitute #34

Closed frabert closed 6 years ago

frabert commented 6 years ago

Without this patch, Trigonometric.substitute ignores the Cotangent, Secant and Cosecant functions. Now they are handled correctly and are not passed onto subsequent iterations.

FoggyFinder commented 6 years ago

Wow - it's nice. Just a note, I think it make sense to add test for more complex case.

One more step to close #24

frabert commented 6 years ago

Sure! Do you already have an idea for edge cases?

cdrnet commented 6 years ago

Great, thanks a lot!