Description
Converts degrees into radians.
Parameters
Return Type
Number
Example
number a = radians(180); print("a= " + a);
Prints: a= 3.14159;
See also
Filter by label
There are no items with the selected labels at this time.
Converts degrees into radians.
Number
number a = radians(180); print("a= " + a);
Prints: a= 3.14159;
There are no items with the selected labels at this time.