DEBSOURCES
Skip Quicknav
sources / glibc / 2.41-12 / sysdeps / ieee754 / ldbl-opt / nldbl-atanpi.c
12345678
#include "nldbl-compat.h" double attribute_hidden atanpil (double x) { return atanpi (x); }