summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpc.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpc.texi b/mpc.texi
index 4e3411c..eebe76b 100644
--- a/mpc.texi
+++ b/mpc.texi
@@ -705,6 +705,11 @@ Set @var{rop} to the exponential of @var{op},
rounded according to @var{rnd} with the precision of @var{rop}.
@end deftypefun
+@deftypefun void mpc_sin (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
+Set @var{rop} to the sine of @var{op},
+rounded according to @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
@node I/O of Complex Numbers, Miscellaneous Complex Functions, Special Complex Functions, Complex Functions
@comment node-name, next, previous, up
@section Input and Output Functions