summaryrefslogtreecommitdiff
path: root/doc/mpc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpc.texi')
-rw-r--r--doc/mpc.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index faea4af..4ae2ac0 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -973,6 +973,21 @@ Set @var{rop} to the hyperbolic tangent of @var{op},
rounded according to @var{rnd} with the precision of @var{rop}.
@end deftypefun
+@deftypefun int mpc_asin (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
+Set @var{rop} to the inverse sine of @var{op},
+rounded according to @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
+@deftypefun int mpc_acos (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
+Set @var{rop} to the inverse cosine of @var{op},
+rounded according to @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
+@deftypefun int mpc_atan (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
+Set @var{rop} to the inverse tangent of @var{op},
+rounded according to @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
@node Miscellaneous Complex Functions, Advanced Functions, Trigonometric Functions, Complex Functions
@comment node-name, next, previous, up