We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110356 commit 647c689Copy full SHA for 647c689
1 file changed
presets/Common Wave Combos.md
@@ -4,7 +4,7 @@
4
5
6
7
-`((2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va/Math.sin(t\*vf)\*va)\*va`
+`((2/Math.PI)*Math.asin(Math.sin(2*t*vf))*va/Math.sin(t*vf)*va)*va`
8
9
10
@@ -14,7 +14,8 @@
14
15
16
17
-`(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va\*((Math.sin(t\*vf)\*va+(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va)/(Math.sign(Math.sin(t\*vf))\*va))`
+`(2/Math.PI)*Math.asin(Math.sin(2*t*vf))*va*((Math.sin(t*vf)*va+(2/Math.PI)*Math.asin(Math.sin(2*t*vf))*va)/(Math.sign(Math.sin(t*vf))*va))`
18
+
19
20
21
0 commit comments