Predefined Functions – tan

Function name: tan – Tangent
Synopsis: tan(x)


Input data type Output data type
real real
complex complex
quaternion unsupported

Description:

ChaosPro automatically detects the input data type.

In order to calculate tan(z) ChaosPro performs the following calculation:

  tan(z) = tan(x+iy) = sin(x+iy)/cos(x+iy)  

tan