colors.distances: needs to USE: math.trig.
parent
8f5ad6f906
commit
9c5c15b6f6
|
@ -1,9 +1,8 @@
|
|||
! Copyright (C) 2014 John Benediktsson
|
||||
! See http://factorcode.org/license.txt for BSD license
|
||||
|
||||
USING: accessors colors colors.lab colors.lch colors.lch.private
|
||||
combinators kernel locals math math.functions math.libm
|
||||
math.order ;
|
||||
USING: accessors colors colors.lab colors.lch kernel locals math
|
||||
math.functions math.libm math.order math.trig ;
|
||||
|
||||
IN: colors.distances
|
||||
|
||||
|
|
Loading…
Reference in New Issue