math.rad
From GMod Wiki
Function | |
Syntax |
math.rad( Integer x ) Where is this used? |
Description: | |
Converts x from degrees to radians. | |
Returns: | Float number |
Part of Library: | Math |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Math.rad]Math.rad [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Shows how to use the function |
---|---|
Used on | |
Code | print(math.rad(90)) |
Output | 1.57079633 |