Home
last modified time | relevance | path

Searched refs:pl_mult (Results 1 – 6 of 6) sorted by relevance

/dports/math/p5-Math-Utils/Math-Utils-1.14/t/
H A D15-objcoeff.t49 my $ans_ref = pl_mult(\@c1x, \@c1y);
73 my $big_ref = pl_mult(\@c2x, \@c2y);
H A D12-multiply.t58 my($r) = pl_mult($n1_ref, $n2_ref);
H A D30-finitedif.t166 $p = pl_mult($p, [-($startfrom + $k), 1]);
/dports/math/p5-Math-Utils/Math-Utils-1.14/eg/
H A Dmultiply.pl18 my $m = pl_mult(\@polynomial, \@multiplier);
H A Dfinitedif.pl102 $p = pl_mult($p, [-($startfrom + $k), 1]);
/dports/math/p5-Math-Utils/Math-Utils-1.14/lib/Math/
H A DUtils.pm777 @z = @{ pl_mult(\@z, $y) };
926 sub pl_mult subroutine