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()
    struct BigIntView(W)
    @safe return scope
    normalized
    ()
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )
  2. BigIntView!(const W) normalized()

Meta