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

7 lines
214 B
Factor
Raw Permalink Normal View History

2020-11-29 08:22:10 +01:00
! Copyright (C) 2020 Bubbler.
! See http://factorcode.org/license.txt for BSD license.
USING: math.functions rosalind.iprb tools.test ;
IN: rosalind.iprb.tests
{ t } [ 2 2 2 iprb 0.783333333333 1e-6 ~ ] unit-test