Integer division that rounds up: Difference between revisions
From wikiluntti
No edit summary |
|||
| Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Usual integer division rounds down: <math>\frac ab = \left \lfloor \frac ab \right \rfloor</math>. | Usual integer division rounds down: <math>\frac ab = \left \lfloor \frac ab \right \rfloor</math> for <math>a,b \in \mathbb N</math>. | ||
Revision as of 09:56, 8 July 2024
Introduction
Usual integer division rounds down: Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac ab = \left \lfloor \frac ab \right \rfloor} for Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a,b \in \mathbb N} .