Handbook
Glossary
monthly ( x -- y )
Financial math
ยป
Calculations over periods of time
Next:
semimonthly ( x -- y )
Vocabulary
math
.
finance
Inputs
x
a
number
Outputs
y
a
number
Word description
Divides a number by the number of months in a year.
Definition
USING:
math
;
IN:
math.finance
:
monthly
( x -- y )
12
/
;
inline