Module linear_congruence

Source
Expand description

一次合同方程式$ax + b = 0 \pmod m$

Functions§

linear_congruence
ax + b = 0 (mod m) を満たすxを求める。