+ 2
Program
How do we write a simple program using ceil, floor, abs,pow and sqrt operators.
2 Respostas
+ 1
but how will we include them all in a single program??
+ 3
Well, to use this mathematical functions, first you need to include them in your code.
This functions are defined in <cmath.h> or <math.h> library.
Include them using #include and then you will be able to use them
Quick Guide about those functions
http://www.cplusplus.com/reference/cmath/