1 use Test::More tests=>2;
3 use Math::GSL::Machine qw/:all/;
8 ok( defined $GSL_MACH_EPS, 'GSL_MACH_EPS');
9 print "Machine Epsilon=$GSL_MACH_EPS\n" if $ENV{DEBUG};
10 ok( defined $GSL_DBL_MIN, 'GSL_DBL_MIN' );
11 print "Machine Double Min=$GSL_DBL_MIN\n" if $ENV{DEBUG};