OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rounded
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py
127
'Inexact', '
Rounded
', 'Subnormal', 'Overflow', 'Underflow',
166
Underflow (Inexact,
Rounded
, Subnormal) that indicates that it is only
277
not exact (that is, it needed to be
rounded
and any discarded digits
299
class
Rounded
(DecimalException):
300
"""Number got
rounded
(not necessarily changed during rounding).
302
This occurs and signals
rounded
whenever the result of an operation is
303
rounded
(that is, some zero or non-zero digits were discarded from the
307
The
rounded
signal may be tested (or trapped) to determine if a given
322
class Overflow(Inexact,
Rounded
):
340
result is 0, or is [1,inf] otherwise. In all cases, Inexact and
Rounded
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py
127
'Inexact', '
Rounded
', 'Subnormal', 'Overflow', 'Underflow',
166
Underflow (Inexact,
Rounded
, Subnormal) that indicates that it is only
277
not exact (that is, it needed to be
rounded
and any discarded digits
299
class
Rounded
(DecimalException):
300
"""Number got
rounded
(not necessarily changed during rounding).
302
This occurs and signals
rounded
whenever the result of an operation is
303
rounded
(that is, some zero or non-zero digits were discarded from the
307
The
rounded
signal may be tested (or trapped) to determine if a given
322
class Overflow(Inexact,
Rounded
):
340
result is 0, or is [1,inf] otherwise. In all cases, Inexact and
Rounded
[
all
...]
Completed in 58 milliseconds