Skip to content

Commit 2e5981e

Browse files
Improve markdown formatting
Add code quotes to Tan Noise Presets file
1 parent fda2462 commit 2e5981e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

presets/Presets - Tangent Noise.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
##
2-
**GGB:** ((2)/(π)) sin^(-1)(sin(t vf) cos(tan(t vf))) va
2+
**GGB:** `((2)/(π)) sin^(-1)(sin(t vf) cos(tan(t vf))) va`
33

4-
**JS:** (((2)/(Math.PI))\*Math.asin(Math.sin(t\*vf)\*Math.cos(Math.tan(t\*vf))))\*va
4+
**JS:** `(((2)/(Math.PI))\*Math.asin(Math.sin(t\*vf)\*Math.cos(Math.tan(t\*vf))))\*va`
55

66
##
7-
**GGB:** (sin(t vf)+((2)/(π)) sin^(-1)(sin(tan(t vp vf)))) va
7+
**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`
810

9-
**JS:** (Math.sin(t\*vf)+((2)/(Math.PI))\*Math.asin(Math.sin(Math.tan(t\*vp\*vf))))\*va
1011

1112

1213

0 commit comments

Comments
 (0)