aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorOverMighty <its.overmighty@gmail.com>2024-04-04 13:22:45 +0100
committerGitHub <noreply@github.com>2024-04-04 08:22:45 -0400
commita8c59750d911eb30d5664696db19af445dd770f8 (patch)
treea51f9117d7ce742cfec0c2fa5ecc5d3632a23c29 /libc/docs
parent5ad320abe36357e3290007d3ab353e8637f33720 (diff)
downloadllvm-a8c59750d911eb30d5664696db19af445dd770f8.zip
llvm-a8c59750d911eb30d5664696db19af445dd770f8.tar.gz
llvm-a8c59750d911eb30d5664696db19af445dd770f8.tar.bz2
[libc][math][c23] Add exp2m1f C23 math function (#86996)
Fixes #86502. cc @lntue
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/math/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/docs/math/index.rst b/libc/docs/math/index.rst
index 265261b..970a43c 100644
--- a/libc/docs/math/index.rst
+++ b/libc/docs/math/index.rst
@@ -270,7 +270,7 @@ Higher Math Functions
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| exp2 | |check| | |check| | | | | 7.12.6.4 | F.10.3.4 |
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
-| exp2m1 | | | | | | 7.12.6.5 | F.10.3.5 |
+| exp2m1 | |check| | | | | | 7.12.6.5 | F.10.3.5 |
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
| expm1 | |check| | |check| | | | | 7.12.6.6 | F.10.3.6 |
+-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+