INFINITY()

Returns the largest floating point number available in the system

Syntax

INFINITY ([<lPlatformIndependant>]) --> nLargestNumber

Arguments

[<lPlatformIndependant>] .T., if the function should return the maximum floating point value available (DBL_MAX) .F., function should try to return the same value as the original CT3 lib did Default: .F.

Returns

<nLargestNumber> the largest floating point number available in the system

Description

INFINITY() returns the largest floating point number available in the system. For platform independance, this is set to DBL_MAX.

Status

Ready

Compliance

INFINITY() must not necessarily return the same number as CT3's INFINITY().

Platforms

All

Files

Source is num1.c, library is libct.