From 2a494fa08e5dd361455b87f9a0c18b7c2e859e37 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 23 Sep 2005 21:35:03 +0000 Subject: new function mpfr_zeta_ui for integer argument git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3868 280ebfd0-de03-0410-8827-d642c229c3f4 --- mpfr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mpfr.h') diff --git a/mpfr.h b/mpfr.h index ffa838fea..0d3eab540 100644 --- a/mpfr.h +++ b/mpfr.h @@ -507,6 +507,7 @@ __MPFR_DECLSPEC int mpfr_root _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,unsigned long,m __MPFR_DECLSPEC int mpfr_gamma _MPFR_PROTO((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t)); __MPFR_DECLSPEC int mpfr_lngamma _MPFR_PROTO((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t)); __MPFR_DECLSPEC int mpfr_zeta _MPFR_PROTO ((mpfr_ptr,mpfr_srcptr,mpfr_rnd_t)); +__MPFR_DECLSPEC int mpfr_zeta_ui _MPFR_PROTO ((mpfr_ptr,unsigned long,mpfr_rnd_t)); __MPFR_DECLSPEC int mpfr_fac_ui _MPFR_PROTO ((mpfr_ptr, unsigned long int, mpfr_rnd_t)); -- cgit v1.2.1