Skip to content

Commit e745a70

Browse files
Improve markdown formatting
Use code quotes in markdown formatting to improve visuals
1 parent 41eae7a commit e745a70

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

presets/Elliptic Wave.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
### GeoGebra
22

3-
y=sin(x)+y^(3)
3+
`y=sin(x)+y^(3)`
44

55

66

77
### JavaScript
8-
8+
```
99
((s=Math.sin(t\*vf)),(Δ=s\*s/4-1/27),(Δ>=0)?
10-
1110
((Math.cbrt(-s/2+Math.sqrt(Δ))+Math.cbrt(-s/2-Math.sqrt(Δ)))\*va):
12-
1311
((arg=-(3\*Math.sqrt(3)/2)\*s,arg=Math.max(-1,Math.min(1,arg))),
14-
1512
((2/Math.sqrt(3))\*Math.cos(Math.acos(arg)/3))\*va))
13+
```
1614

1715

1816

0 commit comments

Comments
 (0)