Hi,

I have a class relying totally on the use of complex numbers. I'm using the c++ standard complex class for this.
Making this class scriptable, following the examples given in http://doc.qt.nokia.com/4.6/scripting.html wasn't a big deal.
Now I'm able to call all routines using real (double) arguments. However I have absolutely no clue how to call routines using complex arguments. Doe anyone out there know how to do it?

Best,
FFox