This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / Math-BigInt / t / bare_mbf.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More tests => 2338;
5
6 BEGIN { unshift @INC, 't'; }
7
8 use Math::BigFloat lib => 'BareCalc';
9
10 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
11 $class = "Math::BigFloat";
12 $CL = "Math::BigInt::BareCalc";
13
14 require 't/bigfltpm.inc';       # all tests here for sharing