Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

remove decimal c++

#include <cmath>
double trunc(double x);
float trunc(float x);
long double trunc(long double x);
double trunc(T x); // For integral types
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #remove #decimal
ADD COMMENT
Topic
Name
6+3 =