Trevor Gross
5032fcf139
Change default ULP to use enum matching
...
Migrate from string to enum matching and tie this to `CheckCtx::new`, so
no tests need to explicitly set ULP.
2024-11-02 23:22:09 -05:00
Trevor Gross
f113f2be1e
Rename Name to Identifier to avoid some ambiguity of "name"
2024-11-02 22:42:05 -05:00
Trevor Gross
2fab4f4580
Change the CheckCtx constructor to take a Name enum
...
This prepares to eliminate some reliance on string matching but does not
yet make those changes.
2024-11-02 22:35:30 -05:00
Trevor Gross
f7f24a4ed8
Rework tests to make use of the new MathOp trait
2024-11-02 16:36:17 -05:00
Trevor Gross
64131ec5cd
Add a test against MPFR using random inputs
2024-10-28 21:29:29 -05:00
Trevor Gross
1073858c72
Add a test against musl libm
...
Check our functions against `musl-math-sys`. This is similar to the
existing musl tests that go through binary serialization, but works on
more platforms.
2024-10-28 12:59:38 -05:00