Module linear_congruence

Source
Expand description

一次合同方程式を解く。

Functions§

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