#include // for lroundl, roundl long lroundl(long double x) { return roundl(x); }