lexer: Add comments and update style in lex_source_get__().
[pspp.git] / src / math / wilcoxon-sig.h
blob07eba552b20aeb7437b93df9199641f9c4c7ecb9
1 #ifndef WX_MP_SR
2 #define WX_MP_SR 1
4 double LevelOfSignificanceWXMPSR(double w, long int n);
6 #endif