2.5-18.1
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-asin.c
blob5bbe6cd9924785308a2434e4e611ccaed721b932
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 asinl (double x)
7 return asin (x);