Modifying the documentation to make it look better.
[Math-GSL.git] / t / Machine.t
blob1dd5744219ec3feb52723f1f44b13b45c3d43514
1 use Test::More tests=>2;
2 use Math::GSL;
3 use Math::GSL::Machine;
4 use Data::Dumper;
5 use strict;
6 use warnings;
8 ok( defined $Math::GSL::Machine::GSL_MACH_EPS, 'GSL_MACH_EPS');
9 ok( defined $Math::GSL::Machine::GSL_DBL_MIN,  'GSL_DBL_MIN' );