We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38143bd commit 880dda5Copy full SHA for 880dda5
1 file changed
presets/Presets - Tangent Noise.md
@@ -1,12 +1,13 @@
1
##
2
**GGB:** `((2)/(π)) sin^(-1)(sin(t vf) cos(tan(t vf))) va`
3
4
-**JS:** `(((2)/(Math.PI))\*Math.asin(Math.sin(t\*vf)\*Math.cos(Math.tan(t\*vf))))\*va`
+**JS:** `(((2)/(Math.PI))*Math.asin(Math.sin(t*vf)*Math.cos(Math.tan(t*vf))))*va`
5
6
7
**GGB:** `(sin(t vf)+((2)/(π)) sin^(-1)(sin(tan(t vp vf)))) va`
8
9
-**JS:** `(Math.sin(t\*vf)+((2)/(Math.PI))\*Math.asin(Math.sin(Math.tan(t\*vp\*vf))))\*va`
+**JS:** `(Math.sin(t*vf)+((2)/(Math.PI))*Math.asin(Math.sin(Math.tan(t*vp*vf))))*va`
10
+
11
12
13
0 commit comments