Class MathHypotFunction

  • All Implemented Interfaces:
    java.lang.Iterable<GroupingExpression>

    public class MathHypotFunction
    extends FunctionNode
    Author:
    baldersheim, bratseth
    • Constructor Detail

      • MathHypotFunction

        public MathHypotFunction​(GroupingExpression x,
                                 GroupingExpression y)
        Constructs a new instance of this class.
        Parameters:
        x - The expression to evaluate for x, double value will be requested.
        y - The expression to evaluate for y exponent, double value will be requested.