Function tan() calculates the tangent value of a radian.
Arguments:
Returns:
Example: Calculate the tangent value of degree 45°
UQLreturn tan(45 * pi() / 180)
Result1
Example: Calculate the tangent value of each row (radian) of an alias
UQLuncollect [1, 2.5, 3] as a return tan(a)
Result1.5574077246549 -0.74702229723866 -0.142546543074278