On 22 August 2013 20:03, David Korn <[email protected]> wrote:
> cc: [email protected] [email protected]
> Subject: Re: Re: [uwin-developers] [ast-developers] Next alpha/beta and
> roadmap for ksh93v?
> --------
>
>> Are there details of the changes for ast-ksh? I'm running with Roland
>> Mainz's patch for integer and floating-point constants and I'm quite
>> happy with it (except that I have to define the constants manually for
>> each project script).
>> I'd like to have it included for the next ast-ksh.
>>
>> Tina
>>
>
> The floating point constant and the sigqueue patches will not be in the
> alpha this week. I expect they will be in the next alpha.
>
> The floating point constants are likely only avaiable within ((...))
Why? How should I construct scripts from that using variables, i.e.
use typeset -s -E svar; printf 'typeset -s -E var; for ((var = %s; var
< %s; var+= %s)); do myfunc var; done' ${svar.MIN} ${svar.MAX}
$((2**24)) | source /dev/stdin
> and the math constants may only be available for long double.
That part doesn't make sense. Like functions nextafter() and
nexttoward() the constants for a variable depend on a type for at
least minimum, maximum and epsilon or they are not usable.
Tina
--
Tina Harriott - Women in Mathematics
Contact: [email protected]
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers