We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f14c commit 9a22141Copy full SHA for 9a22141
source/mir/math/stat.d
@@ -571,7 +571,7 @@ template hmeanType(T)
571
alias V = typeof(cast(U) 1 / ((cast(U) 1 / U.init + cast(U) 1 / U.init) / cast(U) 2));
572
alias hmeanType = statType!V;
573
} else {
574
- static assert(0, "meanType: Can't calculate hmean of elements of type " ~ U.stringof);
+ static assert(0, "hmeanType: Can't calculate hmean of elements of type " ~ U.stringof);
575
}
576
577
0 commit comments