_D2G

From QB64 Wiki
Revision as of 14:10, 5 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _D2G function converts a degree value into a gradient value.


Syntax

result = _D2G(num)


Availability

  • Version 1.000 and up.


Examples

Example: Coverting Degrees into Gradient.

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

Give me an angle in Degrees 60 That angle in Gradient is 66.66666


See also




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