Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 419 Bytes

File metadata and controls

24 lines (18 loc) · 419 Bytes

Rad2Deg

Description

Function Rad2Deg converts the specified value (in radians) to degrees.

FUNCTION Rad2Deg(radianValue : REAL): REAL;
def vs.Rad2Deg(radianValue):
    return REAL

Parameters

Name Type Description
radianValue REAL Value in radians.

Version

Availability: from All Versions

Category