diff options
Diffstat (limited to 'libc/utils/MPFRWrapper/MPCommon.h')
-rw-r--r-- | libc/utils/MPFRWrapper/MPCommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/utils/MPFRWrapper/MPCommon.h b/libc/utils/MPFRWrapper/MPCommon.h index 47d6293..8bcc69c2 100644 --- a/libc/utils/MPFRWrapper/MPCommon.h +++ b/libc/utils/MPFRWrapper/MPCommon.h @@ -189,7 +189,6 @@ public: MPFRNumber add(const MPFRNumber &b) const; MPFRNumber asin() const; MPFRNumber asinh() const; - MPFRNumber asinpi() const; MPFRNumber atan() const; MPFRNumber atan2(const MPFRNumber &b); MPFRNumber atanh() const; |