.. _inf: INF === +----------+-------------------------------------------------------------------+ | Syntax | INF | +----------+-------------------------------------------------------------------+ | Location | Math Package | +----------+-------------------------------------------------------------------+ The function INF is a constant and holds the greatest number which can be used in SuperBASIC. It is a floating point number exactly equal to 2\ :sup:`2047`. If any value becomes greater than INF, an overflow will occur. The smallest possible value is -INF. **CROSS-REFERENCE** :ref:`maximum` and :ref:`minimum` can also be used to return this value.