Constants
- ivy.e = 2.718281828459045
IEEE 754 floating-point representation of Euler’s constant.
- ivy.inf = inf
IEEE 754 floating-point representation of (positive) infinity.
- ivy.nan = nan
IEEE 754 floating-point representation of Not a Number (NaN).
- ivy.newaxis = None
An alias for None which is useful for indexing arrays.
- ivy.pi = π
IEEE 754 floating-point representation of the mathematical constant π.