summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 16:42:04 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 16:42:04 +0000
commit1b020f651906d2187f032167e8bbf3a7eb20e903 (patch)
tree1e756d46a8a2194db1b95d593b5e3642bbb36b6d /doc
parentcca03c877d16ce67dbe6345990bd7b7d8172e80c (diff)
downloadmpfr-1b020f651906d2187f032167e8bbf3a7eb20e903.tar.gz
[doc/mpfr.texi] improve description of mpfr_acosu
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14275 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index f36eae02a..66ace0e91 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2326,8 +2326,8 @@ small precision of @var{rop}.
@end deftypefun
@deftypefun int mpfr_acosu (mpfr_t @var{rop}, mpfr_t @var{op}, unsigned long int @var{u}, mpfr_rnd_t @var{rnd})
-Set @var{rop} to the arc-cosine of @var{op},
-multiplied by @var{u} and divided by @m{2\pi,2@tie{}Pi}.
+Set @var{rop} to @var{a} multiplied by @var{u} and divided by
+@m{2\pi,2@tie{}Pi}, where @var{a} is the arc-cosine of @var{op}.
For example, if @var{u} equals 360, one gets the arc-cosine in degrees.
@end deftypefun