At 19:53 21/12/2000, Sascha Schumann wrote:
>     FreeBSD's nawk uses this code:
>
>     fpsetround(FP_RN); /* round to nearest */
>     fpsetmask(0L);
>
>     Is there any reason why we cannot use the same settings?

I guess since nothing good can happen from a SIGFPE, setting the mask to 0 
is not a bad idea...

Zeev


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to