Skip to content

Commit 647c689

Browse files
Remove problematic backslashes
1 parent f110356 commit 647c689

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

presets/Common Wave Combos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
`((2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va/Math.sin(t\*vf)\*va)\*va`
7+
`((2/Math.PI)*Math.asin(Math.sin(2*t*vf))*va/Math.sin(t*vf)*va)*va`
88

99

1010

@@ -14,7 +14,8 @@
1414

1515

1616

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))`
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))`
18+
1819

1920

2021

0 commit comments

Comments
 (0)