Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 419 Bytes

File metadata and controls

24 lines (18 loc) · 419 Bytes

ArcTan

Description

Function ArcTan returns the arc tangent (in radians) of the specified value.

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

Parameters

Name Type Description
v REAL Numeric value for which to find the tangent.

Version

Availability: from All Versions

Category