Function root

  • Find the nth root of a bigint.

    Parameters

    • x: bigint

      a bigint

    • n: bigint = ...

      nth root (1n)

    Returns bigint

    ⁿ√x

Generated using TypeDoc