MathFunctionCot constructor

const MathFunctionCot(
  1. MathNode x1
)

Creates the cot function

Implementation

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