Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 381 Bytes

File metadata and controls

25 lines (18 loc) · 381 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

  • Math - General