diff options
author | jeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-07-13 09:21:09 +0000 |
---|---|---|
committer | jeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-07-13 09:21:09 +0000 |
commit | a1d6ed7d3b569dff171c397406b6a85c80800686 (patch) | |
tree | 3a8c2f709051da9d15de85067981ac33c061279c /mpfr.texi | |
parent | 2887b99b09bbb669cc58f8314c57e182f6688976 (diff) | |
download | mpfr-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.texi | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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}. |