uom-types - v0.0.0-development
    Preparing search index...

    Function sqrt

    • Take the square root of the given value.

      Type Parameters

      • T extends number

      Parameters

      • value: T

      Returns Root<T, 2>

      value ** (1/2)