Summary
Converts complex number to a string.
Unit
Math387
Declaration
Function CplxToStr(const Z: TCplx; const Digits: integer = 0; Precision: integer = 15): string;
Result
complex number, converted to string. The Digits parameter controls the minimum number of zeros in the exponent (between 0 and 4). The conversion uses general number format with 15 significant digits for double precision and 7 digits if you are using single precision version of Math387.
| Copyright 2008 Dew Research |
http://www.dewresearch.com