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
Color
Trigonometric
sin
cos
sincos
tan
cotan
sinh
cosh
tanh
cotanh
asin
acos
atan
acot
asinh
acosh
atanh
acoth
exp
ln
log
log10
atan2
arg
cosxx
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 - sin

Function name:sin - Sinus
Synopsis:sin(x)

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


Description:

ChaosPro automatically detects the input data type.

In order to calculate sin(z) ChaosPro performs the following calculation:

sin(z) = sin(x+iy) =
0.5*(exp(y)+exp(-y))*sin(x) +
0.5*(exp(y)-exp(-y))*cos(x)*i