Handbook
Glossary
sq ( x -- y )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Powers and logarithms
Next:
sqrt ( x -- y )
Vocabulary
math
Inputs
x
a
number
Outputs
y
a
number
Word description
Multiplies a number by itself.
Definition
USING:
kernel
;
IN:
math
:
sq
( x -- y )
dup
*
;
inline