Some of the missing functions - [ ] **Trigonometric Functions**: https://github.com/llvm/llvm-project/pull/199442 - acospif - atan2f16 - [ ] **Error, Gamma Functions and fma**: https://github.com/llvm/llvm-project/pull/199485 - dfmaf128 - dfmal - [ ] **Canonical** : https://github.com/llvm/llvm-project/pull/199317 - iscanonical - iscanonicalf - iscanonicalf128 - iscanonicalf16 - iscanonicall - [ ] **Signaling**: https://github.com/llvm/llvm-project/pull/199357 - issignaling - issignalingf - issignalingf128 - issignalingf16 - issignalingl Feel free to add any additional missing functions apart from this. Make sure to adhere to [LLVM AI Tool Use Policy](https://llvm.org/docs/AIToolPolicy.html).
Some of the missing functions
Trigonometric Functions: [libc][math] Add missing math.yaml entries for acospif and atan2f16 #199442
Error, Gamma Functions and fma: [libc][math] Add missing math functions dfmal,dfmaf128 to math.yaml #199485
Canonical : [libc][math] Add iscanonical functions to math.yaml #199317
Signaling: [libc][math] Add missing functions from issignaling family to math.yaml #199357
Feel free to add any additional missing functions apart from this.
Make sure to adhere to LLVM AI Tool Use Policy.