Required Static Methodswift-numerics 1.0.3RealModule

root(_:_:)

The nth root of x.

ElementaryFunctions.swift:332
static func root(_ x: Self, _ n: Int) -> Self

See also:

  • pow()

  • sqrt()