:mod:`heat.constants` ========================== .. py:module:: heat.core.constants .. autoapi-nested-parse:: Constants module. Module Contents --------------- .. data:: inf IEEE 754 floating point representation of (positive) infinity (:math:`\infty`). .. data:: Inf IEEE 754 floating point representation of (positive) infinity (:math:`\infty`). .. data:: Infty IEEE 754 floating point representation of (positive) infinity (:math:`\infty`). .. data:: Infinity IEEE 754 floating point representation of (positive) infinity (:math:`\infty`). .. data:: nan IEEE 754 floating point representation of Not a Number (NaN). .. data:: NaN IEEE 754 floating point representation of Not a Number (NaN). .. data:: pi :annotation: = 3.141592653589793 Archimedes' constant (:math:`\pi`). .. data:: e :annotation: = 2.718281828459045 Euler's number, Euler's constant (:math:`e`). .. data:: Euler :annotation: = 2.718281828459045 Euler's number, Euler's constant (:math:`e`).