Rounds a floating-point number to the nearest integer in the floating-point representation.
long double truncl(long double d);
d Value to be rounded to an integer in the floating-point representation
d truncated to an integer in the floating-point format
The trunc function group rounds d so that the absolute value after rounding is not greater than the absolute value of d.