[libc-commits] [libc] [libc] Add sinpif16 function (PR #110994)

via libc-commits libc-commits at lists.llvm.org
Thu Oct 10 07:30:20 PDT 2024


================
@@ -498,6 +498,12 @@ class MPFRNumber {
     return result;
   }
 
+  MPFRNumber sinpif16() const {
----------------
lntue wrote:

you don't need to add `sinpif16` here.  The current `sinpi` should works fine.

https://github.com/llvm/llvm-project/pull/110994


More information about the libc-commits mailing list