diff options
Diffstat (limited to 'tan.c')
-rw-r--r-- | tan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |