You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In QB, complex numbers are represented as a two-element array of either float32 or float64. Beginning with QB v.2.3, you can use declare a variable to be of the type complex<float32> or complex<float64>.