-
Notifications
You must be signed in to change notification settings - Fork 38
FFn
Stanislav Podolia edited this page Aug 8, 2019
·
3 revisions
Builtin functions - use the functions above instead
-
FLift
This is for using any other transform function-
fn : (?) -> ??
-
fn : (?) -> ??
-
FCompose
f1 o f2 == f1(f2(x)) -
FIdentity
Trivial function -
FNegate
-
FAddConst
-
c : double
-
c : double
-
FMulConst
-
c : double
-
c : double
-
FMaxConst
-
c : ?
-
c : ?
-
FMinConst
-
c : ?
-
c : ?
-
FEqual
-
v : ?
-
v : ?
-
FIf
-
then : ?
-
else_ : ?
-
then : ?
-
fcompose -> FFn