Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定の指数で乗算した値を別の値から差し引いた余り (v1 - quot * v2) を返します。
final long Unsigned64.remainder(long v1, long v2, long quot)
v1 除算する値。
v2 除算される値。
quot 商の値。
long integer として表される余り。