• Pure

    Returns the square root of x. If x is less than or equal to zero this returns 0.0

    Parameters

    • x: number

      Should be greater than or equal to 0.

    Returns number

Generated using TypeDoc