Floor and ceiling function with example, program
In computer science or discrete structure, there are two important function are use i.e. Floor and ceiling function . In this tutorial we discuss definition, example using concept computer science and program of these function. Notation: ⌈x⌉ is ceiling function, ⌊x⌋ is floor function where x is variable. Let x be a real number then …
Floor and ceiling function with example, program Read More »