remove lib usage
parent
cb8e58ba0d
commit
1b7c0b7857
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs kernel math math.intervals
|
USING: accessors arrays assocs kernel math math.intervals
|
||||||
namespaces sequences combinators.lib money math.order
|
namespaces sequences money math.order taxes.usa.fica
|
||||||
taxes.usa.fica taxes.usa.medicare taxes.usa taxes.usa.w4 ;
|
taxes.usa.medicare taxes.usa taxes.usa.w4 ;
|
||||||
IN: taxes.usa.federal
|
IN: taxes.usa.federal
|
||||||
|
|
||||||
! http://www.irs.gov/pub/irs-pdf/p15.pdf
|
! http://www.irs.gov/pub/irs-pdf/p15.pdf
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors math math.order assocs.lib money ;
|
USING: accessors math math.order money ;
|
||||||
IN: taxes.usa.fica
|
IN: taxes.usa.fica
|
||||||
|
|
||||||
: fica-tax-rate ( -- x ) DECIMAL: .062 ; inline
|
: fica-tax-rate ( -- x ) DECIMAL: .062 ; inline
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs kernel math math.intervals
|
USING: accessors arrays assocs kernel math math.intervals
|
||||||
namespaces sequences combinators.lib money math.order ;
|
namespaces sequences money math.order ;
|
||||||
IN: taxes.usa.futa
|
IN: taxes.usa.futa
|
||||||
|
|
||||||
! Employer tax only, not withheld
|
! Employer tax only, not withheld
|
||||||
|
|
Loading…
Reference in New Issue