summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 19:04:48 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 19:04:48 +0000
commitc7e1e96458deb786d7db5ec3143445e3ba37085b (patch)
tree32821d487be7c2c21edcca6690621a9bb27afba9 /doc
parent33785e1f8a2cb7668fbf747ef85c4bbb4c4fc852 (diff)
downloadmpc-c7e1e96458deb786d7db5ec3143445e3ba37085b.tar.gz
documented sin_cos
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@858 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index ccccdb6..256977c 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -1012,6 +1012,13 @@ Set @var{rop} to the cosine of @var{op},
rounded according to @var{rnd} with the precision of @var{rop}.
@end deftypefun
+@deftypefun int mpc_sin_cos (mpc_t @var{rop_sin}, mpc_t @var{rop_cos}, mpc_t @var{op}, mpc_rnd_t @var{rnd_sin}, mpc_rnd_t @var{rnd_cos})
+Set @var{rop_sin} to the sine of @var{op},
+rounded according to @var{rnd_sin} with the precision of @var{rop_sin},
+and @var{rop_cos} to the cosine of @var{op},
+rounded according to @var{rnd_cos} with the precision of @var{rop_cos}.
+@end deftypefun
+
@deftypefun int mpc_tan (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
Set @var{rop} to the tangent of @var{op},
rounded according to @var{rnd} with the precision of @var{rop}.