Next: Floats, Previous: Iterations, Up: API Reference [Contents][Index]
Grip procedures and variables to process angles. The module is loaded by entering the following:
(use-modules (grip angle))
radian->degree
degree->radian
%pi
%2pi
%pi/2
Returns a number.
Converts the radian or degree quantity given by rad or deg into degrees or radians respectively.
Respectively defined as (acos -1)
, (* 2 %pi)
and (/
%pi 2)
.