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