7 lines
201 B
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
|