blob: ce7daa189d44e399de10e135a745535a7f37baed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/perl -w
###############################################################################
use strict;
use Test::More tests => 26;
use bigrat;
require "t/infnan.inc";
|