Skip to content

Commit 68b8915

Browse files
remove meanlog parameter (this is a cry for more testing)
1 parent 5d5107a commit 68b8915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/stats/lnorm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ inline double plnorm_1(double x, double meanlog, int lower_tail, int log_p) {
8787
return R_DT_0;
8888
}
8989

90-
inline double qlnorm_0(double p, double meanlog, int lower_tail, int log_p){
90+
inline double qlnorm_0(double p, int lower_tail, int log_p){
9191
#ifdef IEEE_754
9292
if (ISNAN(p) )
9393
return p + 1.0 ;

0 commit comments

Comments
 (0)