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
Fixing some tests and typemaps in Matrix
[Math-GSL.git]
/
Math.i
blob
f4dd29c0f387b7f1b6f6fcd07d2d14fad9f1f168
1
%
module Math
2
%{
3
#include
"/usr/local/include/gsl/gsl_math.h"
4
%}
5
6
%
include
"/usr/local/include/gsl/gsl_math.h"
7
8
%
perlcode
%{
9
@EXPORT_OK
=
qw
/
10
$M_PI
11
$M_LN2
12
/;
13
%
EXPORT_TAGS
= (
all
=> [
@EXPORT_OK
] );
14
%}