Welch's t-test: Difference between revisions

m
→‎Using Math::AnyNum: future-proof for 5.36, explicit :prototype
m (syntax highlighting fixup automation)
m (→‎Using Math::AnyNum: future-proof for 5.36, explicit :prototype)
Line 1,202:
use Math::AnyNum qw(gamma pi);
 
sub p_value :prototype($$) {
my ($A, $B) = @_;
 
2,392

edits