summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-06-07 14:22:08 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-06-07 14:22:08 +0000
commit0c5d5d07b72d32a376331aee381619d2a5e96980 (patch)
tree0f5bed7de992d9f1239035354312e22d618ca099 /mpfr.h
parent584745ed15027deceaa15f66cffd041cec4a614f (diff)
downloadmpfr-0c5d5d07b72d32a376331aee381619d2a5e96980.tar.gz
added mpfr_sin and mpfr_cos
corrected in the documentation some exact values git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1090 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index ddfa6d048..49e126884 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -130,6 +130,8 @@ int mpfr_log _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_exp _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_exp2 _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int mpfr_sin_cos _PROTO ((mpfr_ptr, mpfr_ptr, mpfr_srcptr, mp_rnd_t));
+int mpfr_sin _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
+int mpfr_cos _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
void mpfr_mul_ui _PROTO((mpfr_ptr, mpfr_srcptr, unsigned long int, mp_rnd_t));
void mpfr_set_machine_rnd_mode _PROTO ((mp_rnd_t));
int mpfr_cmp_ui_2exp _PROTO ((mpfr_srcptr, unsigned long int, int));