Contents

pow(_:_:)

Returns each element in a vector raised to the power of the corresponding element in a second vector.

Declaration

func pow(_ x: simd_double2, _ y: simd_double2) -> simd_double2

See Also

Math Functions