Mathf.Tan

static function Tan (f : float) : float

Description

Returns the tangent of angle f in radians.

JavaScript
print (Mathf.Tan(0.5));