Integer division that rounds up: Difference between revisions

From wikiluntti
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>.

Revision as of 10:55, 8 July 2024

Introduction

Usual integer division rounds down: .