Package com.singularsys.jep.reals


package com.singularsys.jep.reals
A set of classes for performing fast evaluation on reals (strings, vectors, and complex numbers are not supported)
  • Class
    Description
    Specifies binary function that efficient double evaluate(double l, double r) method.
    A set of components for real (non-complex) evaluation.
    Performs fast evaluation of expressions by using primitive types double and boolean instead of objects.
    Function table where evaluation is carried out using reals and never complex numbers.
    Specifies n-ary functions that have an efficient double evaluate(double[] parameters) method.
    Specifies no arguments function returning doubles.
    Unary functions that have an efficient double evaluate(double val) function for use with the RealEvaluator
    A VariableTable which defines pi, e, true, false but not the complex number i.