q5play
    Preparing search index...

    Function pow

    • 🧮 Calculates the value of a base raised to a power.

      For example, pow(2, 3) calculates 2 _ 2 _ 2 which is 8.

      Parameters

      • base: number

        base

      • exponent: number

        exponent

      Returns number

      base raised to the power of exponent