Lines Matching defs:bsqrt
198 'sqrt' => sub { $_[0] -> copy() -> bsqrt(); },
3463 sub bsqrt {
3467 return $x if $x -> modify('bsqrt');
3473 $x = $upgrade -> bsqrt($x, @r);
6624 $x->bsqrt(); # calculate square root
7709 =item bsqrt()
7711 $x->bsqrt(); # calculate square root
7713 C<bsqrt()> returns the square root truncated to an integer.
7720 print $x->copy->bsqrt(),"\n"; # 4
7723 print $x->bsqrt(),"\n"; # 3.46
7724 print $x->bsqrt(3),"\n"; # 3.464
8520 * only bdiv() and bsqrt() take A as (optional) parameter
8525 * bsqrt() simply hands its accuracy argument over to bdiv.
8625 as many digits as it can (with an exception for bdiv/bsqrt) and will not
8627 * There is another setting for bdiv() (and thus for bsqrt()). If neither of
8640 will round the result, with bdiv() and bsqrt() as exceptions to guard
8681 * bsqrt() will hand its arguments to bdiv(), as it used to, only now for two
9102 div bsqrt blog bexp bpi bsin bcos batan batan2