Skip to content

Commit 880dda5

Browse files
Remove problematic backslashes
1 parent 38143bd commit 880dda5

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,12 +1,13 @@
11
##
22
**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
##
77
**GGB:** `(sin(t vf)+((2)/(π)) sin^(-1)(sin(tan(t vp vf)))) va`
88

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

1112

1213

0 commit comments

Comments
 (0)