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

Method exp

Lib/decimal.py:4265–4287  ·  view source on GitHub ↗

Returns e ** a. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.exp(Decimal('-Infinity')) Decimal('0') >>> c.exp(Decimal('-1')) Decimal('0.367879441') >>> c.exp(Decimal('0')) Decimal('1') >>> c.e

(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
expMethod · 0.45

Tested by

no test coverage detected