blob: f1ae47703703cb38e2485e4a665168875293098e [file] [log] [blame]
#include <math.h>
long double ldexpl(long double x, int n) { return scalbnl(x, n); }