Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

# -*- mode: perl; -*-
# test rounding, accuracy, precision and fallback, round_mode and mixing
# of classes
use strict;
use Test::More tests => 712;
use lib 't';
our ($mbi, $mbf);
$mbi = 'Math::BigInt::Subclass';
$mbf = 'Math::BigFloat::Subclass';
require './t/mbimbf.inc';