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)
-
ClassDescriptionSpecifies 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 efficientdouble evaluate(double[] parameters)method.Specifies no arguments function returning doubles.Unary functions that have an efficientdouble evaluate(double val)function for use with theRealEvaluatorA VariableTable which definespi, e, true, falsebut not the complex numberi.