repo.or.cz
/
pspp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lexer: Add comments and update style in lex_source_get__().
[pspp.git]
/
src
/
math
/
wilcoxon-sig.h
blob
07eba552b20aeb7437b93df9199641f9c4c7ecb9
1
#ifndef WX_MP_SR
2
#define WX_MP_SR 1
3
4
double
LevelOfSignificanceWXMPSR
(
double
w
,
long int
n
);
5
6
#endif