Unary operations | Mathematical notation | Special functions

Floor and ceiling functions

In mathematics and computer science, the floor function is the function that takes as input a real number x, and gives as output the greatest integer less than or equal to x, denoted floor(x) or ⌊x⌋. Similarly, the ceiling function maps x to the least integer greater than or equal to x, denoted ceil(x) or ⌈x⌉. For example, ⌊2.4⌋ = 2, ⌊−2.4⌋ = −3, ⌈2.4⌉ = 3, and ⌈−2.4⌉ = −2. The integral part or integer part of x, often denoted [x] is usually defined as the ⌊x⌋ if x is nonnegative, and ⌈x⌉ otherwise. For example, [2.4] = 2 and [−2.4] = −2. The operation of truncation generalizes this to a specified number of digits: truncation to zero significant digits is the same as the integer part. Some authors define the integer part as the floor regardless of the sign of x, using a variety of notations for this. For n an integer, ⌊n⌋ = ⌈n⌉ = [n] = n. (Wikipedia).

Floor and ceiling functions
Video thumbnail

Discrete Math - 2.3.4 Useful Functions to Know

Ceiling function, floor function and factorial function. Textbook: Rosen, Discrete Mathematics and Its Applications, 7e Playlist: https://www.youtube.com/playlist?list=PLl-gb0E4MII28GykmtuBXNUNoej-vY5Rz

From playlist Discrete Math I (Entire Course)

Video thumbnail

The Floor Function (Greatest Integer Function)

This video defines the floor function or greatest integer function and then graph a function by hand. Site: http://mathispower4u.com

From playlist Graphing Functions (Algebra 1)

Video thumbnail

Ex: Limits of the Floor Function (Greatest Integer Function)

This video explains how to determine limits of a floor function graphically and numerically using a graphing calculator. Site: http://mathispower4u.com

From playlist Limits

Video thumbnail

An interesting integral with the floor function.

We present an interesting integral involving the floor function. Playlist: https://youtube.com/playlist?list=PL22w63XsKjqzJpcuD6InKWZXep2L0z1H8 http://www.michael-penn.net https://www.researchgate.net/profile/Michael_Penn5 http://www.randolphcollege.edu/mathematics/

From playlist The Floor is Lava

Video thumbnail

[Discrete Mathematics] Floor and Ceiling Examples

We introduce the floor and ceiling functions, then do a proof with them. LIKE AND SHARE THE VIDEO IF IT HELPED! Visit our website: http://bit.ly/1zBPlvm Subscribe on YouTube: http://bit.ly/1vWiRxW *--Playlists--* Discrete Mathematics 1: https://www.youtube.com/playlist?list=PLDDGPdw7e6A

From playlist Discrete Math 1

Video thumbnail

Expressing the Floor Function as a Superposition of Unit Step Functions!

Help me create more free content! =) https://www.patreon.com/mathable Merch :v - https://teespring.com/de/stores/papaflammy https://shop.spreadshirt.de/papaflammy 2nd Channel: https://www.youtube.com/channel/UCPctvztDTC3qYa2amc8eTrg The title says it all I guess lol Le

From playlist Taylor Series

Video thumbnail

A system of equations with the floor function.

We find all positive solutions to a system of equations involving the floor function. Please Subscribe: https://www.youtube.com/michaelpennmath?sub_confirmation=1 Personal Website: http://www.michael-penn.net Randolph College Math: http://www.randolphcollege.edu/mathematics/ Research Gat

From playlist The Floor is Lava

Video thumbnail

A5 More on tables

In this video I show you how to use the tables function in Desmos.

From playlist Biomathematics

Video thumbnail

A viewer suggested floor integral!

We look at a nice problem involving an integral, a logarithm, the floor function, and the ceiling function. Playlist: https://youtube.com/playlist?list=PL22w63XsKjqzJpcuD6InKWZXep2L0z1H8 Please Subscribe: https://www.youtube.com/michaelpennmath?sub_confirmation=1 Merch: https://teesprin

From playlist The Floor is Lava

Video thumbnail

Lecture 4 - Floors and Ceilings

This is Lecture 4 of the CSE547 (Discrete Mathematics) taught by Professor Steven Skiena [http://www.cs.sunysb.edu/~skiena/] at Stony Brook University in 1999. The lecture slides are available at: http://www.cs.sunysb.edu/~algorith/math-video/slides/Lecture%2004.pdf More information may

From playlist CSE547 - Discrete Mathematics - 1999 SBU

Video thumbnail

Lecture 5 - Mod

This is Lecture 5 of the CSE547 (Discrete Mathematics) taught by Professor Steven Skiena [http://www.cs.sunysb.edu/~skiena/] at Stony Brook University in 1999. The lecture slides are available at: http://www.cs.sunysb.edu/~algorith/math-video/slides/Lecture%2005.pdf More information may

From playlist CSE547 - Discrete Mathematics - 1999 SBU

Video thumbnail

The Call Stack

This computer science video illustrates how the call stack is used to manage the way procedures and functions call each other and pass parameters.

From playlist Operating Systems

Video thumbnail

Solving a crazy iterated floor equation.

We present a solution to an equation which involves a certain iteration of the floor function. http://www.michael-penn.net https://www.researchgate.net/profile/Michael_Penn5 http://www.randolphcollege.edu/mathematics/

From playlist The Floor is Lava

Video thumbnail

Creating a Doom-style 3D engine in C

In this tool-assisted education video I walk through the creation of a Duke Nukem 3D style (or Doom-style) software-rendering pseudo-3D engine from scratch. It supports non-Euclidean geometry. Topics such as vector rotation and portal rendering are at the core. SUBTITLES ARE AVAILABLE. Tw

From playlist Programming

Video thumbnail

Excel Magic Trick #237: ROUND to Digit or Multiple

Download Excel Start File: h https://people.highline.edu/mgirvin/YouTubeExcelIsFun/EMT233-245.xls Download Excel Finished File: https://people.highline.edu/mgirvin/YouTubeExcelIsFun/EMT233-245Finished.xls Full Page With All File Links: https://people.highline.edu/mgirvin/YouTubeExcelIsFun/

From playlist Excel Series: Magic Tricks (2nd 200 videos)

Video thumbnail

Excel 2013 Preview #3: FLOOR.MATH & CEILING.MATH: Round To Significance Excel Magic Trick 951

Download Excel File: http://people.highline.edu/mgirvin/ExcelIsFun.htm See how the use the new FLOOR and CEILING functions: 1. FLOOR.MATH a. Round down to a significance b. Significance argument is optional and the default is 1 c. Mode argument is options (rounds negative numbers away from

From playlist Excel 2013 Tips and Tricks

Video thumbnail

Working with Functions (1 of 2: Notation & Terminology)

More resources available at www.misterwootube.com

From playlist Working with Functions

Related pages

Idempotence | Integer-valued function | Monotonic function | If and only if | Two's complement | Gauss's lemma (number theory) | Indicator function | Step function | Fourier series | Continuous function | Iverson bracket | Carl Friedrich Gauss | Identity function | LaTeX | Factorial | Rounding | Arithmetic shift | Waring's problem | Fractional part | Ones' complement | Quadratic reciprocity | Adrien-Marie Legendre | Residuated mapping | Sign function | Legendre symbol | Natural number | Mathematics | Mills' constant | Function (mathematics) | Base (exponentiation) | Integer | Modulo operation | R (programming language) | Beatty sequence | Bracket (mathematics) | Power series | Kurt Mahler | Piecewise linear function | Real number | Wilson's theorem | Semi-continuity | Order theory | Galois connection | Irrational number | Truncation | Legendre's formula | Hermite's identity | Riemann zeta function | String (computer science)