{{DISPLAYTITLE:_D2G}}
The [[_D2G]] function converts a '''degree''' value into a '''gradient''' value. 


{{PageSyntax}}
: {{Parameter|result}} = [[_D2G]]({{Parameter|num}})


{{PageAvailability}}
* Version 1.000 and up.


{{PageExamples}}
''Example:'' Coverting Degrees into Gradient.
{{CodeStart}}
INPUT "Give me an angle in Degrees ", D
R = _D2G(D)
PRINT "That angle in Gradient is "; R
{{CodeEnd}}
{{OutputStart}}
Give me an angle in Degrees 60
That angle in Gradient is  66.66666
{{OutputEnd}}


{{PageSeeAlso}}
* [[_D2R]]
* [[_G2D]], [[_G2R]]
* [[_R2D]], [[_R2G]]



{{PageNavigation}}
