mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
expm1(-big) generates an inexact exception but not underflow.
This commit is contained in:
parent
86543395c1
commit
007d5445df
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ run_generic_tests(void)
|
|||
|
||||
/* exp(small) == 0, underflow and inexact exceptions */
|
||||
testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT);
|
||||
testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT);
|
||||
testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_INEXACT);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue