C++ Math floor()It rounds the value to the nearest integer which is not greater than the given value. For example: SyntaxSuppose a number is 'x'. Syntax would be : Parameterx : It is the value that rounds to the nearest integer. Return valueIt returns the value that round to the nearest integer not greater than x. Example 1Let's see a simple example by considering a positive value. Output: Initial value of x is : 7.8 Now, the value of x is :7 Example 2Let's see a simple example by considering a negative value. Output: Initial value of x is : -10.2 Now, the value of x is :-11 Next TopicC++ Math Functions |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India