Skip to content

Commit a2894c3

Browse files
authored
Update README.md
1 parent 5058eb6 commit a2894c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
2020
- sinh, cosh, tanh (can produce NaN outside range -1...1)
2121
- asinh, acosh, atanh (can produce NaN outside range -1...1)
2222
- 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 not applicable on number math node), floor, ceil, round, gamma,clamp,sigm, math operators (binary and unary +,- and ^,*,/,%) and constants (e,pi)
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)
2424
- s prefixed return one number
2525
- t prefixed work element-wise
26+
- floor, ceil, round, gamma, clamp, sigm (sigmoid)
2627
- variables
2728
- a, b, c, d : inputs of type based on node
2829
- w, x, y, z : each node allows use of 4 additional floats

0 commit comments

Comments
 (0)