Skip to content
Chung Leong edited this page Jul 19, 2014 · 5 revisions

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>.

Clone this wiki locally