1
0
Fork 0
factor-puzzles/rosalind/lia/lia-tests.factor

7 lines
201 B
Factor

! Copyright (C) 2020 Bubbler.
! See http://factorcode.org/license.txt for BSD license.
USING: math.functions rosalind.lia tools.test ;
IN: rosalind.lia.tests
{ t } [ 2 1 lia 0.684 0.001 ~ ] unit-test