Skip to content

Commit 435bc4a

Browse files
Improve markdown formatting
1 parent e745a70 commit 435bc4a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

presets/Common Wave Combos.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
##### Garfield Wave
1+
## Garfield Wave
22

33
*(TriWave/SinWave)\*va*
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

11-
##### Pointy Mountain Wave
11+
## Pointy Mountain Wave
1212

1313
*TriWave\*((SinWave+TriWave)/(SqrWave))*
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)