1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5atan2l (double x, double y)
6{
7 return atan2 (y: x, x: y);
8}
9

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