MathFunction constructor

const MathFunction(
  1. MathNode x1
)

Creates a new mathematical function

The first and only parameters is supposed to be function's argument

Implementation

const MathFunction(this.x1);