Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 444 Bytes

File metadata and controls

24 lines (18 loc) · 444 Bytes

Sin

Description

Function Sin returns the sine of the specified value. The base value is assumed to represent an angle in radians.

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

Parameters

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

Version

Availability: from All Versions

Category