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

Reply via email to