Handbook
Glossary
deg>rad ( x -- y )
Vocabulary
math
.
functions
Inputs
x
an
object
Outputs
y
an
object
Definition
USING:
math
math.constants
;
IN:
math.functions
:
deg>rad
( x -- y )
pi
*
180
/
;
inline