I would like to use complex numbers as defined in C99, but I need to support compilers which do not support it (MS compilers come to mind).
I don\'t need many functi
There is a library that I found on the msdn website. Here's a link. http://msdn.microsoft.com/en-us/library/0352zzhd.aspx
I hope that helps.