Return a Single specifying the conversion of radians to degrees.
Syntax: x = Rad2Deg(number)
The required number argument is a Single or valid numeric expression .
Requires:
Include <libs\fp32ext.bas>
Example:
Dim x as Single x=Rad2Deg(0.1745329251) ' x is 10.0
Also See: Deg2Rad