summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-03-07 17:51:56 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-03-07 17:51:56 +0000
commit6a70cfac742d1e41d15ad82952efb3b811a26ab5 (patch)
tree72131f4e6efd33f9592388d81c3255b0202f77d6
parentc78239b1a25c5a646dbc817031900757b638b239 (diff)
downloadmpc-6a70cfac742d1e41d15ad82952efb3b811a26ab5.tar.gz
added mpc_sin
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@52 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-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