Handbook
Glossary
positive>dec ( num -- str )
Vocabulary
math
.
parser
.
private
Inputs
num
an
object
Outputs
str
an
object
Definition
IN:
math.parser.private
GENERIC:
positive>dec
( num -- str )
Methods
USING:
kernel
math
math.parser.private
sbufs
sequences
;
M:
bignum
positive>dec
12
<sbuf>
bignum>dec
fixnum>dec
""
like
reverse!
nip
;
inline
USING:
kernel
math
math.parser.private
sbufs
sequences
;
M:
fixnum
positive>dec
1
over
count-digits
<sbuf>
fixnum>dec
""
like
reverse!
nip
;
inline