The OpenD Programming Language

BigIntView.normalized

Strips zero most significant coefficients. Strips most significant zero coefficients. Sets sign to zero if no coefficients were left.

  1. BigIntView normalized()
  2. BigIntView!(const W) normalized()
    struct BigIntView(W)
    @safe const return scope
    BigIntView!(const W)
    normalized
    ()
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )

Meta