#include <cmath> double trunc(double x); float trunc(float x); long double trunc(long double x); double trunc(T x); // For integral types