MathFunctionTan constructor

const MathFunctionTan(
  1. MathNode x1
)

Creates the tan function

Implementation

const MathFunctionTan(MathNode x1) : super(x1);