move a few time util words to calendar

db4
Doug Coleman 2008-11-29 12:36:10 -06:00
parent 3da7ca59b0
commit bd01dfabda
2 changed files with 1 additions and 11 deletions

View File

@ -1,6 +1,6 @@
USING: kernel money tools.test
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
[

View File

@ -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 / ;