Function isPow10

  • Check if bigint is a power-of-10.

    Parameters

    • x: bigint

      a bigint

    Returns boolean

    10ⁱ = x? | i = +ve integer

Generated using TypeDoc