MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / E

Function E

lean_py/z3/core.py:4648–4650  ·  view source on GitHub ↗

Mathematical constant e (Euler's number).

()

Source from the content-addressed store, hash-verified

4646
4647
4648def E() -> ArithRef:
4649 """Mathematical constant e (Euler's number)."""
4650 return ArithRef(_AstVar("Real.exp_one"), RealSort(), frozenset())
4651
4652
4653def MkInfinitesimal(name: str = "epsilon") -> ArithRef:

Callers

nothing calls this directly

Calls 2

ArithRefClass · 0.85
RealSortFunction · 0.85

Tested by

no test coverage detected