cancel
Showing results for 
Search instead for 
Did you mean: 

funct:floor

Former Member
0 Kudos

what is the main use of the function floor?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

with the function FLOOR we eliminate the fraction of each calculated number and in this way we prepare the output for the correct creation of context change

note:reward points if solution found helpfull.....

regards

chandrakanth.k

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Floor Function

The floor function of a real number x, denoted or floor(x), is a function that returns the highest integer less than or equal to x. Formally, for all real numbers x,

For example, floor(2.9) = 2, floor(−2) = −2 and floor(−2.3) = −3.

The closely-related ceiling function, denoted or ceil(x) or ceiling(x), is the function that returns the smallest integer not less than x, or, formally,

For example, ceiling(2.3) = 3, ceiling(2) = 2 and ceiling(−2.3) = −2.

Regards

Abhishek Mahajan

***Please Reward points if helpful***