Skip to content

Commit fda2462

Browse files
Fix markdown formatting to improve visuals
1 parent 50ecbf8 commit fda2462

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

presets/Presets - Tangent Noise.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
##
12
**GGB:** ((2)/(π)) sin^(-1)(sin(t vf) cos(tan(t vf))) va
23

34
**JS:** (((2)/(Math.PI))\*Math.asin(Math.sin(t\*vf)\*Math.cos(Math.tan(t\*vf))))\*va
45

5-
6-
6+
##
77
**GGB:** (sin(t vf)+((2)/(π)) sin^(-1)(sin(tan(t vp vf)))) va
88

99
**JS:** (Math.sin(t\*vf)+((2)/(Math.PI))\*Math.asin(Math.sin(Math.tan(t\*vp\*vf))))\*va
@@ -12,3 +12,4 @@
1212

1313

1414

15+

0 commit comments

Comments
 (0)