summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-remainder.c
blob: a8d5bafb5f42d10c7706efb1f855cc8ff4588b6f (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
remainderl (double x, double y)
{
  return remainder (x, y);
}