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
CommitLineData
b3abae2a
JH
1#!/usr/bin/perl -w
2
b3abae2a 3use strict;
6358232b 4use Test::More tests => 2338;
b3abae2a 5
3167abe5 6BEGIN { unshift @INC, 't'; }
b3abae2a 7
56b9c951 8use Math::BigFloat lib => 'BareCalc';
b3abae2a
JH
9
10use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
11$class = "Math::BigFloat";
12$CL = "Math::BigInt::BareCalc";
d5735945 13
4aa37faf 14require 't/bigfltpm.inc'; # all tests here for sharing