TAN
Represents the SQLite TAN() function, which computes the tangent of a value.
The input value is interpreted as an angle in radians.
Return
A KQLiteColumn with the tangent of the value. Returns null if the input is null or if the tangent is undefined (e.g., for π/2 + nπ).
Author
MOHAMMAD AZIM ANSARI
Parameters
x
The column containing the value in radians.