Avatar
↓やって遊ぼうとしたけど、 Complexsqrt がなさそう🙁 import Numerics let a: Complex<Double> = -1 let i: Complex<Double> = .sqrt(a) print(i) (edited)