1 /* Copyright (C) 2004 Free Software Foundation.
3 Check tan, tanf and tanl built-in functions.
5 Written by Uros Bizjak, 7th April 2004. */
7 /* { dg-do compile } */
8 /* { dg-options "-O2 -ffast-math" } */
10 extern double tan(double);
11 extern float tanf(float);
12 extern long double tanl(long double);
15 double test1(double x
)
25 long double test1l(long double x
)