diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-03-21 00:47:16 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-03-21 00:47:16 +0100 |
commit | 0fa5ba50dc0dd898ddf43dc9f95352bf9273175e (patch) | |
tree | 0f42c0cb9e31e264c5bdb8717da39f24f86b6355 /mpfr/mpfr.h | |
parent | 3a74d09a38f5203584824b48f080360164ed0c50 (diff) | |
download | gmp-0fa5ba50dc0dd898ddf43dc9f95352bf9273175e.tar.gz |
2002-03-21 Paul Zimmermann <Paul.Zimmermann@loria.fr>
* mpfr/sin_cos.c: New file.
* mpfr/mpfr.h, mpfr/mpfr.texi, mpfr/Makefile.am: Add it.
Diffstat (limited to 'mpfr/mpfr.h')
-rw-r--r-- | mpfr/mpfr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr/mpfr.h b/mpfr/mpfr.h index 97b054f9c..91ab8d1e6 100644 --- a/mpfr/mpfr.h +++ b/mpfr/mpfr.h @@ -184,6 +184,7 @@ 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 _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t)); +int mpfr_sin_cos _PROTO ((mpfr_ptr, mpfr_ptr, mpfr_srcptr, mp_rnd_t)); int mpfr_cos _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t)); int mpfr_tan _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t)); int mpfr_mul_ui _PROTO((mpfr_ptr, mpfr_srcptr, unsigned long int, mp_rnd_t)); |