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