Searched defs:blog (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm62 # some digits of accuracy for blog(undef,10); which we use in blog() for speed
727 sub blog subroutine
804 $int->blog($base->as_number());
827 $x->bdiv( $base->copy()->blog(undef,$scale), $scale );
935 # taking blog() from numbers greater than 10 takes a *very long* time, so we
937 # blog(x*y) = blog(x) + blog(y)
1027 $l_10 = $self->new(10)->blog(unde
[all...]
H A DBigRat.pm914 sub blog subroutine
925 # blog(1,Y) => 0
933 return $self->new($x->as_number()->blog($y->as_number(),@r));
937 $x->_new_from_float( $x->_as_float()->blog(Math::BigFloat->new("$y"),@r) );
1412 =head2 blog()
1550 =item bmod(), blog(), bmodinv() and bmodpow() (partial)
H A DBigInt.pm75 'log' => sub { $_[0]->copy()->blog($_[1]); },
1202 sub blog subroutine
1215 return $x if $x->modify('blog');
1221 return $upgrade->blog($upgrade->new($x),$base,@r) if
3887 =item blog()

Completed in 26 milliseconds