move a few time util words to calendar
parent
3da7ca59b0
commit
bd01dfabda
|
@ -1,6 +1,6 @@
|
||||||
USING: kernel money tools.test
|
USING: kernel money tools.test
|
||||||
taxes.usa taxes.usa.federal taxes.usa.mn
|
taxes.usa taxes.usa.federal taxes.usa.mn
|
||||||
taxes.utils taxes.usa.w4 usa-cities ;
|
calendar taxes.usa.w4 usa-cities ;
|
||||||
IN: taxes.usa.tests
|
IN: taxes.usa.tests
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
|
||||||
USING: math ;
|
|
||||||
IN: taxes.utils
|
|
||||||
|
|
||||||
: monthly ( x -- y ) 12 / ;
|
|
||||||
: semimonthly ( x -- y ) 24 / ;
|
|
||||||
: biweekly ( x -- y ) 26 / ;
|
|
||||||
: weekly ( x -- y ) 52 / ;
|
|
||||||
: daily ( x -- y ) 360 / ;
|
|
Loading…
Reference in New Issue