Blob Blame History Raw
#include "nldbl-compat.h"

double
attribute_hidden
tanl (double x)
{
  return tan (x);
}