MathFunctionAtan constructor

const MathFunctionAtan(
  1. MathNode x1
)

Creates the atan function

Implementation

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