summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-17 08:15:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-17 08:15:24 +0000
commit0facbc1c9be68893ef9a03cd037cdbee0b477c16 (patch)
tree0af0260b7e843e411c6c9cef43592a7cf8995ca9 /mpfr.texi
parentad4b7327f46863b84dec98fa1dd7071f40a85f42 (diff)
downloadmpfr-0facbc1c9be68893ef9a03cd037cdbee0b477c16.tar.gz
Updated mpfr_erfc documentation (now supported in whole domain).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4227 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 8383bb97d..9ad325025 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1426,11 +1426,6 @@ rounded in the direction @var{rnd}.
@deftypefun int mpfr_erfc (mpfr_t @var{rop}, mpfr_t @var{op}, mp_rnd_t @var{rnd})
Set @var{rop} to the value of the complementary error function on @var{op},
rounded in the direction @var{rnd}.
-Note: the current implementation cannot compute the result for some large
-inputs; in this case, NaN is returned and the erange flag is set to indicate
-that the input is in an unsupported domain. If MPFR has been built with
-@samp{--enable-warnings} and the environment variable @env{MPFR_QUIET} is
-null, a warning is output to the standard error stream.
@end deftypefun
@deftypefun int mpfr_fma (mpfr_t @var{rop}, mpfr_t @var{op1}, mpfr_t @var{op2}, mpfr_t @var{op3}, mp_rnd_t @var{rnd})