bit.mul10ΒΆ
Complexity n(14@+10)
x[:n] *= 10
@NOTE: this implementation works with both signed and unsigned numbers.
SignatureΒΆ
def mul10 n, x @ twice, end { ... }
Defined in bit/mul.fj β lines 5β15 (view on GitHub).
bit.mul10ΒΆComplexity n(14@+10)
x[:n] *= 10
@NOTE: this implementation works with both signed and unsigned numbers.
def mul10 n, x @ twice, end { ... }
Defined in bit/mul.fj β lines 5β15 (view on GitHub).