awk icon indicating copy to clipboard operation
awk copied to clipboard

Improve detection of errors from math functions

Open tbvdm opened this issue 8 months ago • 2 comments

Checking errno is not always sufficient; check for floating-point exceptions, too.

These changes make the log() and exp() tests in T.errmsg succeed on OpenBSD.

tbvdm avatar Jun 17 '24 19:06 tbvdm