Lines Matching defs:mantissa

4649 sub mantissa {
4650 # return the mantissa (compatible to Math::BigFloat, e.g. reduced)
4657 return $upgrade -> mantissa($x, @r)
4675 # return a copy of both the exponent and the mantissa
4685 ($x->mantissa(@r), $x->exponent(@r));
4688 # Parts used for scientific notation with significand/mantissa and exponent as
4689 # integers. E.g., "12345.6789" is returned as "123456789" (mantissa) and "-4"
4700 my $mant = $class -> bnan(@r); # mantissa
4709 my $mant = $class -> binf($x->{sign}, @r); # mantissa
4734 # Parts used for normalized notation with significand/mantissa as either 0 or a
4759 if ($expo10adj > 0) { # if mantissa is not an integer
4772 # Parts used for engineering notation with significand/mantissa as either 0 or a
4799 # final mantissa.
4944 # Scientific notation with significand/mantissa as an integer, e.g., "12345" is
5029 my $mant = $LIB -> _str($x->{value}); # mantissa as a string
5031 my $mantlen = CORE::length($mant); # length of mantissa
6671 $x->mantissa(); # return (signed) mantissa as a Math::BigInt
6673 $x->parts(); # return (mantissa,exponent) as a Math::BigInt
6674 $x->sparts(); # mantissa and exponent (as integers)
6675 $x->nparts(); # mantissa and exponent (normalised)
6676 $x->eparts(); # mantissa and exponent (engineering notation)
6757 separated from the significand (mantissa) by the letter "p" or "P", not "e" or
8047 =item mantissa()
8049 $x->mantissa();
8051 Return the signed mantissa of $x as a Math::BigInt.
8063 Returns the significand (mantissa) and the exponent as integers. In
8068 Returns the significand (mantissa) and the exponent as integers. In scalar
8077 Returns the significand (mantissa) and exponent corresponding to normalized
8086 Returns the significand (mantissa) and exponent corresponding to engineering
8133 the significand (mantissa) and the exponent are integers. The output
8629 If either the dividend's or the divisor's mantissa has more digits than