Required Static Methodswift-numerics 1.0.3RealModule

sqrt(_:)

The square root of x.

ElementaryFunctions.swift:323
static func sqrt(_ x: Self) -> Self

See also:

  • pow()

  • root()