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