Function lcm

  • Find the least common multiple of bigints.

    Parameters

    • Rest ...xs: bigint[]

      a list of bigints

    Returns bigint

    lcm(x₁, x₂, ...)

Generated using TypeDoc