• Returns x^y. (You can also use the expression x^y to compute this value.)

    Parameters

    • x: number
    • y: number

    Returns number