operator function'String'
Transform Complex number into a String representation
Information
This function converts a given Complex number to String representation.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c | Complex number to be transformed in a String representation | |
| String | name | "j" | Name of variable representing sqrt(-1) in the string |
| Integer | significantDigits | 6 | Number of significant digits that are shown |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | s | "" |