(svn r25347) -Add: function for deterministic approximate division
This commit is contained in:
@@ -317,6 +317,7 @@ static inline uint ToPercent16(uint i)
|
||||
|
||||
int LeastCommonMultiple(int a, int b);
|
||||
int GreatestCommonDivisor(int a, int b);
|
||||
int DivideApprox(int a, int b);
|
||||
|
||||
/**
|
||||
* Computes ceil(a / b) for non-negative a and b.
|
||||
|
Reference in New Issue
Block a user