summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authorjeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4>2000-07-13 09:21:09 +0000
committerjeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4>2000-07-13 09:21:09 +0000
commita1d6ed7d3b569dff171c397406b6a85c80800686 (patch)
tree3a8c2f709051da9d15de85067981ac33c061279c /mpfr.texi
parent2887b99b09bbb669cc58f8314c57e182f6688976 (diff)
downloadmpfr-a1d6ed7d3b569dff171c397406b6a85c80800686.tar.gz
sin_cos added
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@681 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 6212d7452..7e5b41617 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -914,6 +914,11 @@ Return 0 iff the result is exact (this occurs in fact only when @var{op} is 0
i.e. the result is 1).
@end deftypefun
+@deftypefun int mpfr_sin_cos (mpfr_t @var{sop}, mpfr_t @var{cop}, mpfr_t @var{op}, mp_rnd_t @var{rnd})
+Set @var{sop} to the sinus of @var{op},@var{cop} to the cosinus of @var{op},
+rounded to the direction @var{rnd} with the precision of @var{rop}.
+@end deftypefun
+
@deftypefun void mpfr_agm (mpfr_t @var{rop}, mpfr_t @var{op1}, mpfr_t @var{op2}, mp_rnd_t @var{rnd})
Set @var{rop} to the arithmetic-geometric mean of @var{op1} and @var{op2},
rounded to the direction @var{rnd} with the precision of @var{rop}.