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
Precedence
Arithmetic Operators
Assignment Operator
Comparison Operator
==
!=
<
<=
>
>=
Logical Operators
Functions
Control Structures
Compiler Directives
Functions
Interface to ChaosPro
Special Features, Notes...
Compatibility
Fractal Type Reference
Tutorials
Appendix
CHAOSPRO 4.0
Release 4.0
.

Operators - >=

Operator :>= - Greater or Equal
Unary / binary: Binary/td>
Prefix / infix: Infix

Input data type

Output data type

bool/int/real/complex/quaternion bool

Notes:


This operator compares the two operands and returns true, if the first operand is greater or equal to the second operand. Complex and quaternion numbers get truncated to their real parts.

Examples:


2>=3 ==> false

x>=y