[libc-commits] [libc] [libc][math] Added missing gamma, error, and fma entries to math.yaml (PR #199340)
via libc-commits
libc-commits at lists.llvm.org
Sat May 23 04:51:54 PDT 2026
================
@@ -402,6 +419,12 @@ functions:
arguments:
- type: long double
- type: long double
+ - name: erf
+ standards:
+ - stdc
+ return_type: double
+ arguements:
----------------
Sukumarsawant wrote:
nit
```suggestion
arguments:
```
https://github.com/llvm/llvm-project/pull/199340
More information about the libc-commits
mailing list