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