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
Modifying the documentation to make it look better.
[Math-GSL.git]
/
Function.i
blob
6cde857b4fa356907ebffb8b0c89ffbbdb9fe444
1
%
module Function
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
10
@EXPORT_OK
=
qw
(
gsl_max gsl_min
);
11
12
%}