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

7 lines
214 B
Factor

! 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