summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-31 13:13:58 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-03-31 13:13:58 +0000
commit4ff67a462738e4f9be35bfde76138ab719c647a7 (patch)
tree864a8064ad95a58460886a19147461d61389a2d9 /mpfr.h
parentce18aabdea136f4925306a668e86c673fb91ca37 (diff)
downloadmpfr-4ff67a462738e4f9be35bfde76138ab719c647a7.tar.gz
Add function mpfr_erfc.
Add a note about auto-checking correctness of MPFR. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3423 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index 3aa2dd5fc..a5cdbcfe4 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -485,6 +485,7 @@ __MPFR_DECLSPEC int mpfr_tan _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_hypot _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
mpfr_srcptr, mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_erf _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,mpfr_rnd_t));
+__MPFR_DECLSPEC int mpfr_erfc _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_cbrt _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_gamma _MPFR_PROTO((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t));
__MPFR_DECLSPEC int mpfr_zeta _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t));