We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620aaa8 commit f18cfeaCopy full SHA for f18cfea
libc/utils/MPFRWrapper/MPCommon.cpp
@@ -107,7 +107,7 @@ MPFRNumber MPFRNumber::asinh() const {
107
108
MPFRNumber MPFRNumber::asinpi() const {
109
MPFRNumber result(*this);
110
-#if (MPFR_VERSION >= MPFR_VERSION_NUM(4, 2, 0))
+#if MPFR_VERSION >= MPFR_VERSION_NUM(4, 2, 0)
111
mpfr_asinpi(result.value, value, mpfr_rounding);
112
return result;
113
#else
0 commit comments