Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 364 Bytes

File metadata and controls

24 lines (18 loc) · 364 Bytes

Tan

Description

Function Tan returns the tangent of the specified value.

FUNCTION Tan(v : REAL): REAL;
def vs.Tan(v):
    return REAL

Parameters

Name Type Description
v REAL Angle, in radians.

Version

Availability: from All Versions

Category