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