• Pure

    Computes x to the y'th power. If y is zero this returns 1.0 and if both x is zero and y is less than zero this returns 0.0

    Parameters

    • x: number
    • power: number

    Returns number

Generated using TypeDoc