Assuming a != 0, finds smallest coef_b >= 0 such that a * coef_a + b * coef_b = c. # Panics Panics if a == 0.
(a: i64, b: i64, c: i64)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected