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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1458 sub broot subroutine
1539 # calculate the broot() as integer result first, and if it fits, return
1549 $int->broot($y->as_number());
2537 $x->broot($y); # $y'th root of $x (e.g. $y == 3 => cubic root)
H A DBigRat.pm951 sub broot subroutine
963 return $self->new($x->as_number()->broot($y->as_number(),@r));
967 $x->_new_from_float( $x->_as_float()->broot($y,@r) );
H A DBigInt.pm1937 sub broot subroutine
1952 return $x if $x->modify('broot');
1961 return $upgrade->new($x)->broot($upgrade->new($y),@r) if defined $upgrade;
2648 $x->broot($y); # $y'th root of $x (e.g. $y == 3 => cubic root)
3901 =item broot() does not work
3903 The broot() function in BigInt may only work for small values. This will be

Completed in 39 milliseconds