summaryrefslogtreecommitdiff
path: root/test/atanh.c
blob: e5b6fbb1406fb3af0ad3d92975a7223207572188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Items: atanh(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <math.h>

main(int arg, char **argv)
{
    atanh(-23.0);
}