MathFunctionAcot constructor

const MathFunctionAcot(
  1. MathNode x1
)

Creates the acot function

Implementation

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