xHarbour Reference Documentation > Function Reference |
Returns the largest number.
Infinity( [<l32BitOS>] ) --> nLargestNumber
The function returns the largest possible number that can be represented in binary form. By default, the return value is the largest number for a 16-bit operating system (compatibility). The largest possible number for a 32-bit operating system is returned when .T. (true) is passed.
See also: | Exponent(), Mantissa() |
Category: | CT:NumBits , Numbers and Bits |
Source: | ct\num1.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com