Summary
Complex number type for double real and complex part.
Unit
Math387
Declaration
TDCplx = packed record
Re: double;
Im: double;
end;
Description
Complex number type for double real and complex part.
| Copyright 2008 Dew Research |
http://www.dewresearch.com