Class MathHypotFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • 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.
  • Method Details