MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / is_normal

Method is_normal

Lib/decimal.py:4376–4397  ·  view source on GitHub ↗

Return True if the operand is a normal number; otherwise return False. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.is_normal(Decimal('2.50')) True >>> c.is_normal(Decimal('0.1E-999')) False >>> c.is_

(self, a)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_convert_otherFunction · 0.85
is_normalMethod · 0.45

Tested by

no test coverage detected