:mod:`heat.array_api._constants` ================================ .. py:module:: heat.array_api._constants Module Contents --------------- .. data:: e :annotation: = 2.718281828459045 IEEE 754 floating-point representation of Euler's constant. .. data:: inf IEEE 754 floating-point representation of (positive) infinity. .. data:: nan IEEE 754 floating-point representation of Not a Number (``NaN``). .. data:: newaxis :annotation: = None An alias for ``None`` which is useful for indexing arrays. .. data:: pi :annotation: = 3.141592653589793 IEEE 754 floating-point representation of the mathematical constant :math:`\pi`.