Function pow

  • The power (**) operator. If x is an object with a pow method, it returns x.pow(y). Otherwise it returns the result of x ** y.

    Returns

    x ** y

    Parameters

    • x: any
    • y: any

    Returns any

Generated using TypeDoc