MathFunctionWithTwoArguments constructor

const MathFunctionWithTwoArguments(
  1. MathNode x1,
  2. MathNode x2
)

Creates a new mathematical function with two arguments

The parameters are supposed to be function's arguments

Implementation

const MathFunctionWithTwoArguments(this.x1, this.x2);