We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tan - Tangent
float tan ( float $x )
tan() returns the tangent of x. The x parameter is in radians.
x - The argument to process in radians. It can be a scalar or an array.
The tangent of x. If x is an array, the return value will also be an array.
1.0 and above.