onetrueawk / awk

One true awk
Other
1.96k stars 156 forks source link

Improve detection of errors from math functions #238

Open tbvdm opened 1 month ago

tbvdm commented 1 month ago

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.

plan9 commented 1 month ago

thank you.