Add a status page for math functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/docs/math.rst | ||
---|---|---|
25 | I think you want to say, By default, we will aim to be correctly rounded for all rounding modes. The current rounding mode of the floating point environment is used to perform computations and produce the final result. You probably don't need to list the different rounding modes below. | |
228 | The MPFR or the GNU C library are not referenced in the text. Why list them here? Perhaps you want to add a section about testing and talk about MPFR there. |
libc/docs/math.rst | ||
---|---|---|
228 | I added the reference to use MPFR for correctness testing and GNU C library for performance reference. |
I think you want to say,
You probably don't need to list the different rounding modes below.