9560b6b1
b69f695a
afad2624
1
2
3 4
5
6
#include <math.h> long lroundl(long double x) { return roundl(x); }