About 117,000 results
Open links in new tab
  1. how does a floor function work? - Mathematics Stack Exchange

    Aug 18, 2017 · The floor function takes in a real number x x (like 6.81) and returns the largest integer less than x x (like 6). Such a function is useful when you are dealing with quantities …

  2. How to write ceil and floor in latex? - LaTeX Stack Exchange

    Jun 8, 2013 · Is there a macro in latex to write ceil(x) and floor(x) in short form? The long form \\left \\lceil{x}\\right \\rceil is a bit lengthy to type every time it is used.

  3. ceiling and floor functions - What is the mathematical notation for ...

    Sep 12, 2019 · What is the mathematical notation for rounding a given number to the nearest integer? So like a mix between the floor and the ceiling function.

  4. How do the floor and ceiling functions work on negative numbers?

    The correct answer is it depends how you define floor and ceil. You could define as shown here the more common way with always rounding downward or upward on the number line. OR …

  5. 'Floor' and 'ceiling' functions - TeX - LaTeX Stack Exchange

    Jan 25, 2012 · Is there a convenient way to typeset the floor or ceiling of a number, without needing to separately code the left and right parts? For example, is there some way to do …

  6. Solving equations involving the floor function

    Solving equations involving the floor function Ask Question Asked 12 years, 4 months ago Modified 1 year, 7 months ago

  7. How do you use floor/ceil in math, e.g. how does it work exactly?

    The floor and ceil functions in a programming language might use a combination of truncation (rounding towards zero) and comparisons to actually achieve their result.

  8. Integration of some floor functions - Mathematics Stack Exchange

    The floor function turns continuous integration problems in to discrete problems, meaning that while you are still "looking for the area under a curve" all of the curves become rectangles.

  9. Big floor symbols - TeX - LaTeX Stack Exchange

    Jan 17, 2017 · When I write \\lfloor\\dfrac{1}{2}\\rfloor the floors come out too short to cover the fraction. How can I lengthen the floor symbols?

  10. Can floor (floor (a/b)/c) ever be different to floor (a/ (bc ...

    Jun 14, 2023 · Next consider the case where a b> ⌊a b⌋ Obviously there's no natural number between the two. Also a bc> ⌊a / b⌋ c and Lemma 1 tells us that there is no natural number …