1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
QB64-PE/internal/help/_R2G.txt
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00

35 lines
599 B
Plaintext

{{DISPLAYTITLE:_R2G}}
The [[_R2G]] function converts a '''radian''' value into a '''gradient''' value.
{{PageSyntax}}
: {{Parameter|result!}} = [[_R2G]]({{Parameter|num}})
==Availability==
* '''Version 1.000 and up.'''
{{PageExamples}}
''Example:'' Coverting Radian into Gradient.
{{CodeStart}}
INPUT "Give me an angle in Radians ", D
R = _R2G(D)
PRINT "That angle in Gradient is "; R
{{CodeEnd}}
{{OutputStart}}
Give me an angle in Radians 0.5
That angle in Gradient is 31.83099
{{OutputEnd}}
{{PageSeeAlso}}
* [[_D2G]], [[_D2R]]
* [[_G2D]], [[_G2R]]
* [[_R2D]]
{{PageNavigation}}
<