|
|
|
|
Last update: February 19, 2014
|
|
|
|
|
|
Mathematical Linking Functions
Below are listed the mathematical linking functions
available in GeneXproTools, including their representation in
Karva Notation
(shown in red) and their mathematical definition (for more details about
their implementation, see the built-in
grammars of GeneXproTools):
Linking functions:
- Addition (+): (x+y)
- Subtraction (-): (x-y)
- Multiplication (*): (x*y)
- Division (/): (x/y)
- Average of 2 inputs (Avg2):
avg(x,y)
- Minimum of 2 inputs (Min2):
min(x,y)
- Maximum of 2 inputs (Max2):
max(x,y)
See Also:
Related Tutorials:
Related Videos:
|
|
|
|
|