* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-frexp.c
blob0ec97e10e3cbde820db18e70b144045011950424
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 frexpl (double x, int *exponent)
7 return frexp (x, exponent);