Handbook
Glossary
float>whole-part ( float -- int float )
Vocabulary
calendar
.
private
Inputs
float
an
object
Outputs
int
an
object
float
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
calendar.private
:
float>whole-part
( float -- int float )
[
floor
>integer
]
keep
over
-
;
inline