1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5remainderl (double x, double y)
6{
7 return remainder (x: x, y: y);
8}
9extern __typeof (remainderl) dreml attribute_hidden;
10weak_alias (remainderl, dreml)
11

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-remainder.c