iComplex_ToString

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > iComplex >

iComplex_ToString

 

Description

 

Transform a complex number into its string representation.

 

Syntax

 

s = iComplex_ToString(a)

s = iComplex_Print(a)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

a

tComplex

No


 

Remarks

 

Restrictions

 

See also

 

Examples