[libc][doc] Update implementation status of tanhf.

This commit is contained in:
Tue Ly 2022-08-01 17:44:39 -04:00
parent 30b3911197
commit 69cc240534
1 changed files with 4 additions and 1 deletions

View File

@ -144,7 +144,7 @@ sincos |check| |check|
sinh |check|
sqrt |check| |check| |check|
tan
tanh
tanh |check|
tgamma
============== ================ =============== ======================
@ -169,6 +169,7 @@ sin |check| large
sincos 0.776 ULPs large
sinh |check|
sqrt |check| |check| |check|
tanh |check|
============== ================ =============== ======================
Legends:
@ -233,6 +234,8 @@ Performance
+--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
| sinhf | 23 | 64 | 73 | 141 | :math:`[-10, 10]` | Ryzen 1700 | Ubuntu 20.04 LTS x86_64 | Clang 12.0.0 | FMA |
+--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
| tanhf | 25 | 59 | 95 | 125 | :math:`[-10, 10]` | Ryzen 1700 | Ubuntu 20.04 LTS x86_64 | Clang 12.0.0 | FMA |
+--------------+-----------+-------------------+-----------+-------------------+-------------------------------------+------------+-------------------------+--------------+---------------+
References
==========