diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-03-31 13:13:58 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-03-31 13:13:58 +0000 |
commit | 4ff67a462738e4f9be35bfde76138ab719c647a7 (patch) | |
tree | 864a8064ad95a58460886a19147461d61389a2d9 /mpfr.h | |
parent | ce18aabdea136f4925306a668e86c673fb91ca37 (diff) | |
download | mpfr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |