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