semf
dividewithround.h File Reference
Include dependency graph for dividewithround.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  semf::DivideWithRound
 Class that divides 2 integers with a correct rounding. If the result has a remainder (decimal) less than .5, it will be down rounded (result is the quotient); otherwise it will be up rounded (result is quotient + 1). More...
 

Namespaces

namespace  semf
 

Detailed Description

Date
18.03.2020
Author
aa

Definition in file dividewithround.h.