_G2R

From QB64 Wiki
Jump to navigation Jump to search

The _G2R function converts a gradient value into a radian value.


Syntax

result = _G2R(num)


Availability

  • Version 1.000 and up.


Examples

Example: Coverting Gradient into Radians.

INPUT "Give me an angle in Gradient ", D R = _G2R(D) PRINT "That angle in Radians is "; R

Give me an angle in Gradient 60 That angle in Radians is .9424778


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page