Find the tangent of a value
Float:ftan( Float:value )
Find the tangent of the given value.
The return value is in radians.
value
Returns the tangent in radians of value.
new Float:x; x = ftan( PI/4 ); // 1