Uses of Package
net.christopherschultz.evaluator.function

Packages that use net.christopherschultz.evaluator.function
net.christopherschultz.evaluator.function   
 

Classes in net.christopherschultz.evaluator.function used by net.christopherschultz.evaluator.function
BinaryOperator
          Provdes implementations of standard mathematical, logical, and relational binary operators including the following usual suspects: +, -, *, /, =, !
BinaryOperator.Equal
          Implements equals.
IJWInvocation
           Calls a method matching the function's name on the first argument, passing the remaining function arguments as arguments to the object method.
MathFunction
          Implementations of standard mathematical functions.
MathFunction.DoubleFunction