colors.distances: needs to USE: math.trig.

char-rename
John Benediktsson 2016-11-10 13:24:11 -08:00
parent 8f5ad6f906
commit 9c5c15b6f6
1 changed files with 2 additions and 3 deletions

View File

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