[ksh93-integration-discuss] Minimum and maximum values for integer variables?
David Korn
dgk at research.att.com
Mon Aug 6 06:53:42 PDT 2007
Subject: Re: Re: [ksh93-integration-discuss] Minimum and maximum values for integer variables?
--------
> What are the minimum and maximum values of 'float' (typeset -E)?
float is (typeset -lE). Technically the largest value is Inf and the
minimum is -Inf. However, the largest non-infinite value is the largest
long double on the architecture. typeset -E is the largest double.
David Korn
dgk at research.att.com
More information about the ksh93-integration-discuss
mailing list