================
@@ -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