ChaosPro Home
Introduction
What's New
Palettes
Using Formulas
Layering in ChaosPro
Rendering
Fractal Parameter Windows
Windows
Menu
3D Transformations
Animations
Formula Compiler
Writing Formulas
Language Reference
Introduction
Basic Syntax
Datatypes
Constants
Variables
Expressions
Operators
Functions
Arithmetic
Conversion
ceil
complex
floor
hiquat
imag
loquat
part_r
part_i
part_j
part_k
partx
party
partz
quaternion
real
round
trunc
vector
Color
Trigonometric
Miscellaneous
Control Structures
Compiler Directives
Functions
Interface to ChaosPro
Special Features, Notes...
Compatibility
Fractal Type Reference
Tutorials
Appendix
CHAOSPRO 4.0
Release 4.0
.

Predefined Functions - complex

Function name:complex - Returns a complex number from two real numbers.
Synopsis:complex(r,i)

Input data type Output data type
real, real complex


Description:

Given two real arguments this function creates a complex number whose real part is the first argument and whose imaginary part is the second argument. Thus complex(3,4) creates the complex number 3+4i.