blob: 1a27b6fbdd12796f758c5717888b871eb4c51654 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
tanl (double x)
{
return tan (x);
}