Searched defs:bmodinv (Results 1 - 2 of 2) sorted by relevance

/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 24 milliseconds