summaryrefslogtreecommitdiff
path: root/tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tan.c')
-rw-r--r--tan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tan.c b/tan.c
index 1590099ce..0ddf59dd5 100644
--- a/tan.c
+++ b/tan.c
@@ -27,7 +27,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
int
mpfr_tan (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
{
- mp_prec_t precy, m;
+ mpfr_prec_t precy, m;
int inexact;
mpfr_t s, c;
MPFR_ZIV_DECL (loop);