You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,15 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
14
14
15
15
- expression parsing with support for functions and variables:
16
16
- functions:
17
+
- run expressions on both components of CONDITIONING (not that I know what they do), LATENT, IMAGE, NOISE and FLOAT
18
+
- math operators (binary and unary +,- and ^,*,/,%)
17
19
- sin, cos, tan
18
20
- asin, acos, atan (can produce NaN outside range -1...1)
19
21
- atan2 (x,y)
20
22
- sinh, cosh, tanh (can produce NaN outside range -1...1)
21
23
- asinh, acosh, atanh
22
24
- abs, sqrt (produces NaN on negative numbers), ln (log with base e), log (base 10), exp, pow
23
-
- smin, tmin, smax, tmax, tnorm, snorm (norm and t prefixed are not applicable on number math node) math operators (binary and unary +,- and ^,*,/,%) and constants (e,pi)
25
+
- smin, tmin, smax, tmax, tnorm, snorm (norm and t prefixed are not applicable on float math node)
0 commit comments