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