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

Class Function

    • Constructor Detail

      • Function

        public Function(java.lang.String n,
                        Expression a)
        Parameters:
        n - the name (type) of the function; for example, Function.SIN
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.