math.similarity: fix using

modern-harvey2
Doug Coleman 2017-12-28 17:55:01 -08:00
parent c84805146d
commit b6dcb71a1a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license ! See http://factorcode.org/license.txt for BSD license
USING: kernel math math.functions math.statistics math.vectors USING: kernel math math.functions math.statistics math.vectors
sequences sequences.extras ; sequences sequences.extras sets ;
IN: math.similarity IN: math.similarity