You are here: Symbol Reference > Math387 Namespace > Functions > Math387.CplxToStr Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.CplxToStr Function

Converts complex number to a string.

Pascal
function CplxToStr(const Z: TCplx; const Digits: integer = 0; Precision: integer = 15): string; overload;

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 (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!