Graphics Reference
In-Depth Information
Trigonometric functions
Function
Reverse
sin (z)
asin (z)
cos (z)
acos (z)
tan(z)
atan(z) atan2 (z)
sec (z)
asec (z)
csc (z)
acsc (z)
cot (z)
acot (z)
Hyperbolic functions
Function
Reverse
sinh (z)
asinh (z)
cosh(z)
acosh(z)
tanh(z)
atanh(z)
csch(z)
acsch(z)
sech(z)
asech(z)
coth (z)
acoth (z)
Exponential and logarithmic functions
Function
Meaning
exp (Z)
Exponential function in base e (e ^ Z)
log (Z)
Logarithm base e of Z
log10 (Z)
Logarithm base 10 of Z
log2 (Z)
Logarithm base 2 of Z
pow2 (Z)
Power function-based 2 of Z
sqrt (Z)
Square root of Z
Specific functions for the real and imaginary part
Function
Meaning
floor (Z)
Applies the floor function to (Z) for real and imag (Z)
ceil (Z)
Applies the ceil function to (Z) for real and imag (Z)
round (Z)
Applies the function round (Z) for real and imag (Z)
fix (Z)
Applies the function fix (Z) for real and imag (Z)
 
Search WWH ::




Custom Search