repo.or.cz
/
Math-GSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First working typemaps are in Poly subsystem. Still fighting with Randist...
[Math-GSL.git]
/
t
/
Machine.t
blob
1dd5744219ec3feb52723f1f44b13b45c3d43514
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;
7
8
ok( defined $Math::GSL::Machine::GSL_MACH_EPS, 'GSL_MACH_EPS');
9
ok( defined $Math::GSL::Machine::GSL_DBL_MIN, 'GSL_DBL_MIN' );
10