diff options
Diffstat (limited to 'tan.c')
-rw-r--r-- | tan.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -19,9 +19,7 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "gmp.h" -#include "gmp-impl.h" -#include "mpfr.h" + #include "mpfr-impl.h" /* computes tan(x) = sign(x)*sqrt(1/cos(x)^2-1) */ |