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