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
abs
cabs
conj
crossproduct
flip
recip
sqr
sqrt
Conversion
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 - flip

Function name:flip - Exchange real and imaginary parts
Synopsis:acos(x)

Input data type Output data type
real complex
complex complex
quaternion unsupported


Description:

This function swaps the real and imaginary components.

flip(2) = (0,2)

flip( 1+3i) = 3+1i