stepthom / math-fun

Just testing out some fun with mathematics.
2 stars 2 forks source link

Evaluate function for given value #30

Closed ctcaldwell closed 11 years ago

ctcaldwell commented 11 years ago

Added evaluate method to MathFunction. Accepts a double value and returns the a double, evaluating the function for the provided variable value.

stepthom commented 11 years ago

@ctcaldwell Now we're cooking. Looks great, thanks!