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 - floor

Function name:floor - Round down to next integer per component
Synopsis:acos(x)

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


Description:

For real arguments this function calculates the biggest integer lower than or equal to the argument.

For complex arguments this function is performed on the real and on the imaginary part.

Examples:

floor(-4.5)=-5

floor(0)=0

floor (4.1)=4

floor (5)=5

floor (z)= floor (x+iy) = floor (x) + i* floor (y)

floor (3.4,10.9)=3+i*10