2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-cos.c
blob08738af0483e327b6ad3a567e2975cabb6e82ab9
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 cosl (double x)
7 return cos (x);