Documentation of 'jsci.maths.symbolic.Evaluation' Java class
Evaluation
jsci.maths.symbolic

Class Evaluation

    • Constructor Detail

      • Evaluation

        public Evaluation(RealFunction n,
                          Expression a)
        Parameters:
        n - the function; for example,
        a - the argument
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPriority

        public int getPriority()
        Description copied from class: Expression
        Get the priority of the operator described by the expression. This is needed only for allowing toString() to generate the parenthesis when needed.
        Returns:
        the priority
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getSet

        public java.lang.Object getSet()
      • evaluate

        public Expression evaluate()
        Description copied from class: Expression
        This method substitutes the variable with the variable values, if non-null; they can be Contants or other Expressions. Simplification is performed.
        Specified by:
        evaluate in class Expression
        Returns:
        the evaluated Expression. Can be a Constant.
      • main

        public static void main(java.lang.String[] args)
        An example

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.