loresoft / Calculator

Calculator.NET - Calculator that evaluates math expressions
Apache License 2.0
97 stars 48 forks source link

Added support for binary math functions #2

Closed gap777 closed 8 years ago

gap777 commented 9 years ago

We use your tool, and needed support for Math.Min() and Math.Max(). We think we've modified your codebase in a way that both supports this objective and respects your design. Can you review our changes and provide feedback? Are you willing to merge these into your repo?

We also fixed a bug in handling functions with numbers in them (eg log10).