Searched defs:test_broot (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigroot.t50 #test_broot ('2','240', 8, undef, '1073741824');
51 #test_broot ('2','240', 9, undef, '106528681.3099908308759836475139583940127');
52 #test_broot ('2','120', 9, undef, '10321.27324073880096577298929482324664787');
53 #test_broot ('2','120', 17, undef, '133.3268493632747279600707813049418888729');
55 test_broot ('2','120', 8, undef, '32768');
56 test_broot ('2','60', 8, undef, '181.0193359837561662466161566988413540569');
57 test_broot ('2','60', 9, undef, '101.5936673259647663841091609134277286651');
58 test_broot ('2','60', 17, undef, '11.54672461623965153271017217302844672562');
60 sub test_broot subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t183 sub test_broot { subroutine
196 test_broot(qw(-3 -2.1 0 0.99));

Completed in 25 milliseconds