Lines Matching refs:integer
37 … large integers and floating point numbers are available by default. The integer division and powe…
242 Round to an integer. No additional rounding is performed.
250 to the nearest integer with ties to even (remainder). @code{e} is an
358 Read-only integer. Return the minimum allowed precision. Must be at least 2.
361 Read-only integer. Return the maximum allowed precision. Must be at least 113.
364 Read-only integer. Return the minimum allowed exponent size in
368 Read-only integer. Return the maximum allowed exponent size in
372 Read-only integer. Round to nearest, with ties to even rounding mode.
375 Read-only integer. Round to zero rounding mode.
378 Read-only integer. Round to -Infinity rounding mode.
381 Read-only integer. Round to +Infinity rounding mode.
384 Read-only integer. Round to nearest, with ties away from zero rounding mode.
387 Read-only integer. Round away from zero rounding mode.
390 Read-only integer. Faithful rounding mode. The result is
461 integer. The result is computed with infinite precision.
569 …gInt} if their value cannot be represented as a safe integer. A safe integer is defined as a integ…
571 …re modified so that their result is returned as a Number if it is a safe integer. Otherwise the re…
573 … the Number operand is a safe integer. The integer power with a negative exponent returns a BigFlo…
583 @item The integer division operator can be overloaded with @code{Operators.updateBigIntOperators(di…
585 @item The integer power operator with a non zero negative exponent can be overloaded with @code{Ope…