| Home | Trees | Indices | Help |
|
|---|
|
|
FN type of combination of child functions - `ADD`: Addition f(x) = f1(x)+f2(x) - `MULTIPLY`: Multiplication f(x) = f1(x)*f2(x) - `DIVIDE`: Division f(x) = f1(x)/f2(x) - `COMPOSE`: Composition f(x) = f2(f1(x))
|
|||
|
Inherited from |
|||
|
|||
ADD = 0
|
|||
COMPOSE = 3
|
|||
DIVIDE = 2
|
|||
MULTIPLY = 1
|
|||
__qualname__ =
|
|||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 4 12:32:48 2021 | http://epydoc.sourceforge.net |