Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: remove brittle iszero_safe() test | David Seifert | 2022-10-29 | 1 | -10/+0 |
| | | | | | | | The test relies on finite -> infinite conversion happening when increasing DBL_MAX. Fixes #25044. | ||||
* | test: skip one test for iszero_safe() on i386 without SSE2 | Yu Watanabe | 2022-10-19 | 1 | -0/+9 |
| | | | | | | | | We do not provide any numerical libraries, and iszero_safe() is only used in parsing or formatting JSON. Hence, it is not necessary for us to request that the function provides the same result on different systems. Fixes #25044. | ||||
* | math-util: introduce iszero_safe() and fp_equal() | Yu Watanabe | 2022-07-21 | 1 | -0/+111 |