summaryrefslogtreecommitdiff
path: root/src/acos.c
Commit message (Expand)AuthorAgeFilesLines
* sin_cos.c: precision was increased by prec/2 too earlyzimmerma2013-12-201-2/+3
* changed GMP_RND? to MPFR_RND?enge2012-07-231-17/+17
* acos.c: small change to reuse codeenge2012-07-051-2/+1
* rename RNDC to MPC_RND in mpc.henge2012-07-051-2/+2
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-50/+50
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.henge2010-09-021-3/+1
* fixed integer undefined behaviors reported by John Regehr (#10838)zimmerma2010-08-311-14/+17
* replaced the few trailing mp_rnd_t by mpfr_rnd_tenge2010-06-111-1/+1
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-1/+1
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-6/+6
* [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)zimmerma2009-12-091-4/+1
* [acos.c] fixed declaration hiding another variable (reported by Mickael Gasti...zimmerma2009-11-021-1/+1
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-0/+232