Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 378 Bytes

File metadata and controls

25 lines (18 loc) · 378 Bytes

ArcCos

Description

Function ArcCos returns the arccosine (in radians) of the specified value.

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

Parameters

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

Version

Availability: from All Versions

Category

  • Math - General