projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gui: Fix behavior of print preview in psppire-output-window.
[pspp]
/
src
/
math
/
wilcoxon-sig.h
1
#ifndef WX_MP_SR
2
#define WX_MP_SR 1
3
4
double LevelOfSignificanceWXMPSR(double w, long int n);
5
6
#endif