blob: 0e76e05e6bd87a24d9f9df7f5dd8f85b6be31925 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
sinl (double x)
{
return sin (x);
}