In the "Invoice" column of Falcon's effect settings, you can not only calculate individual rows using the standard operations such as plus and minus, you can also use functions. For example, you can use the function
avg(#1, #2, #3)
to calculate the average of lines #1, #2 and #3. The following table shows you the overview of all available functions. You can always use constants or other lines (#1) as parameters.
Function | Paramter | Syntax | Result |
abs() | 1 parameter |
| Absolute value |
acos() | 1 parameter |
| Arcuscosine |
asin() | 1 parameter |
| Arcussine |
atan() | 1 parameter |
| Arcustangent |
avg() | min. 1 parameter |
| Average of all parameters |
between() | 3 parameter |
| Limitation of a value to max. upper ( |
ceil() | 1 parameter |
| Round up |
cos() | 1 parameter |
| Cosine |
exp() | 1 parameter |
| Power to base |
floor() | 1 parameter |
| Round off |
fmod() | 2 parameters |
| Remainder of the division (modulus) of |
log() | 1 or 2 parameters |
| Logarithm to base |
max() | min. 1 parameter |
| Maximum of all parameters |
min() | min. 1 parameter |
| Minimum of all parameters |
okr() | min. 1 parameter |
| OKR average of all parameters (values enter min/max 0/100) |
pi() | no parameter |
| Pi |
pow() | 2 parameters |
| Power of |
rand() | parameter optional |
| Random number between |
round() | 1 oder 2 parameters |
| Rounding from |
sin() | 1 parameter |
| Sine |
sqrt() | 1 parameter |
| Square root |
sum() | min. 1 parameter |
| Sum of all parameters |
tan() | 1 parameter |
| Tangent |