Mathf.Tan
static function Tan(f: float): float;
Description

Returns the tangent of angle f in radians.

	print (Mathf.Tan(0.5));