Ian Briggs
Ian Briggs
The build fails when building stp. More information available on request.
## Feature Request **Describe the new feature:** Bisect can fail due to symbol level incompatibility between the baseline compiler and the target compiler exhibiting the non-reproducible result. In many of...
When given a constant query on the edge of a function's valid range FPTaylor currently overapproximates the function input, thus leading to a range error. Treating constants as exact could...
I think there is a typo in `sincos.h` that dramatically increases error for the `sin` and `cos` functions by parenthesizing an expression the wrong way. You can see a more...
For each query we generate a rust file that get compiled into a file in `src/func/target/release/deps` that matches the name 'func_generated_*.d' We try to clean these files up in lines...
FPTaylor has a function, `abs_err`, which gelpia does not. Implementation is trivial, but we should still add it.
Currently gelpia will crash if nan or inf are used. They are recognized as variable names leading to an invalid parse. What should we do with these inputs? It might...
If I run `python3 metalibm_functions/ml_exp.py --precision binary64 --accuracy cr` without gappa in my path generation completes and a cfile is produced. When gappa is present then generation fails yielding: ```...