Documentation
    Preparing search index...

    Function isqrt

    • Finds the integer square root of a positive number.

      Parameters

      • value: number

        The value to calcuate the square root for.

      Returns number

      The square root for the given value.