ai:modules:math:formula
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ai:modules:math:formula [2018/10/14 13:46] – created icke_siegen | ai:modules:math:formula [2018/10/15 07:01] (current) – icke_siegen | ||
---|---|---|---|
Line 8: | Line 8: | ||
^ ports | Input A [numeric/ | ^ ports | Input A [numeric/ | ||
^ skins | Small, **Medium** | | ^ skins | Small, **Medium** | | ||
+ | |||
+ | Type in the formula, wire inputs and output, hit '' | ||
==== used in example ==== | ==== used in example ==== | ||
- | {{backlinks> | + | {{backlinks> |
===== Manual ===== | ===== Manual ===== | ||
> Applies a user defined formula to the inputs and outputs the value on the Out port. The formula syntax follows the mu parser format as specifed here: http:// | > Applies a user defined formula to the inputs and outputs the value on the Out port. The formula syntax follows the mu parser format as specifed here: http:// | ||
- | > {{: | + | > {{: |
===== Skins ===== | ===== Skins ===== | ||
Line 33: | Line 35: | ||
For ease of use it is replicated here, however, as always you are reeferred to the original source. | For ease of use it is replicated here, however, as always you are reeferred to the original source. | ||
- | ^ | + | ==== Built-in functions ==== |
- | | Name | + | The following table gives an overview of the functions supported by the default implementation. It lists the function names, the number of arguments and a brief description. |
- | | sin | + | |
- | | cos | + | ^ Name ^ Argc. ^ Explanation |
- | | tan | + | | sin | 1 | sine function | |
- | | asin | 1 | + | | cos | 1 | cosine function | |
- | | acos | 1 | + | | tan | 1 | tangens function |
- | | atan | 1 | + | | asin | 1 | arcus sine function |
- | | sinh | 1 | + | | acos | 1 | arcus cosine function | |
- | | cosh | 1 | + | | atan | 1 | arcus tangens function | |
- | | tanh | 1 | + | | sinh | 1 | hyperbolic sine function | |
- | | asinh | + | | cosh | 1 | hyperbolic cosine | |
- | | acosh | + | | tanh | 1 | hyperbolic tangens function | |
- | | atanh | + | | asinh | 1 | hyperbolic arcus sine function | |
- | | log2 | 1 | + | | acosh | 1 | hyperbolic arcus tangens function | |
- | | log10 | + | | atanh | 1 | hyperbolic |
- | | log | + | | log2 | 1 | logarithm to the base 2 | |
- | | ln | 1 | + | | log10 | 1 | logarithm to the base 10 | |
- | | exp | + | | log | 1 | logarithm to base e (2.71828...) |
- | | sqrt | 1 | + | | ln |
- | | sign | 1 | + | | exp | 1 | e raised to the power of x |
- | | rint | 1 | + | | sqrt | 1 | square root of a value | |
- | | abs | + | | sign | 1 | sign function -1 if x<0; 1 if x> |
- | | min | + | | rint | 1 | round to nearest integer | |
- | | max | + | | abs | 1 | absolute value |
- | | sum | + | | min | var. | min of all arguments |
- | | avg | + | | max | var. | max of all arguments |
- | | Built-in binary operators | + | | sum | var. | sum of all arguments |
- | | The following table lists the default binary operators supported by the parser. | + | | avg | var. | mean value of all arguments | |
- | | | + | |
- | | Operator | + | |
- | | = | + | ==== Built-in binary operators |
- | | && | + | |
- | | || | logical or | 2 | + | The following table lists the default binary operators supported by the parser. |
- | | <= | less or equal | + | |
- | | >= | greater or equal | 4 | + | ^ Operator |
- | | != | not equal | + | | = | assignement | -1 | |
- | | == | equal | + | | && | logical and | 1 | |
- | | > | + | | < |
- | | < | + | | <= | less or equal | 4 | |
- | | + | + | | >= | greater or equal | 4 | |
- | | - | + | | != | not equal | 4 | |
- | | * | + | | == | equal | 4 | |
- | | / | + | | > | greater than | 4 | |
- | | ^ | + | | < | less than | 4 | |
- | | *The assignment operator is special since it changes one of its arguments and can only by applied to variables. | + | | + | addition |
- | | Ternary Operators | + | | - | subtraction | 5 | |
- | | muParser has built in support for the if then else operator. It uses lazy evaluation in order to make sure only the necessary branch of the expression is evaluated. | + | | * | multiplication | 6 | |
- | | | + | | / | division |
- | | Operator | + | | < |
- | | ?: | if then else operator | + | |
+ | | ||
+ | |||
+ | ==== Ternary Operators | ||
+ | |||
+ | > muParser has built in support for the if then else operator. It uses lazy evaluation in order to make sure only the necessary branch of the expression is evaluated. | ||
+ | |||
+ | |||
+ | ^ Operator | ||
+ | | ?: | if then else operator |
ai/modules/math/formula.1539524812.txt.gz · Last modified: 2018/10/14 13:46 by icke_siegen