We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda2462 commit 2e5981eCopy full SHA for 2e5981e
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
+**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
+**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`
10
-**JS:** (Math.sin(t\*vf)+((2)/(Math.PI))\*Math.asin(Math.sin(Math.tan(t\*vp\*vf))))\*va
11
12
13
0 commit comments