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