diff options
Diffstat (limited to 'libc/utils/MPFRWrapper/MPCommon.h')
| -rw-r--r-- | libc/utils/MPFRWrapper/MPCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/utils/MPFRWrapper/MPCommon.h b/libc/utils/MPFRWrapper/MPCommon.h index 47d6293c06af..25bdc9bc0025 100644 --- a/libc/utils/MPFRWrapper/MPCommon.h +++ b/libc/utils/MPFRWrapper/MPCommon.h @@ -193,6 +193,7 @@ public: MPFRNumber atan() const; MPFRNumber atan2(const MPFRNumber &b); MPFRNumber atanh() const; + MPFRNumber atanpi() const; MPFRNumber cbrt() const; MPFRNumber ceil() const; MPFRNumber cos() const; |
