Searched refs:bmodinv (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t241 # broot(), bmodpow() and bmodinv()
258 ok ($x->copy()->bmodinv($y), $z);
259 ok (ref($x->copy()->bmodinv($y)), $cr);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm994 sub bmodinv subroutine
1010 return $self->new($x->as_number()->bmodinv($y->as_number(),@r));
1013 warn ("bmodinv() not fully implemented");
1550 =item bmod(), blog(), bmodinv() and bmodpow() (partial)
H A DBigInt.pm1567 sub bmodinv subroutine
1582 return $x if $x->modify('bmodinv');
1622 $num->bmodinv ($mod) if ($exp->{sign} eq '-');
2634 $x->bmodinv($mod); # the inverse of $x in the given modulus $mod
3073 =head2 bmodinv
3075 num->bmodinv($mod); # modular inverse
3101 bmodinv($num, $mod)

Completed in 41 milliseconds