Calculates the tangent of the angle, specified in radians.
Syntax
tan(angle)
Parameters
angle – is the size of the angle in radians, expressed
as a column name, variable, or expression of type float, real, double
precision, or any datatype that can be implicitly converted
to one of these types.