Skip to content

Commit 204727f

Browse files
authored
Update index.html
1 parent 9f8a092 commit 204727f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,11 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
628628
<script>
629629

630630
// ---- Trigonometry ----
631-
// Approximation-based lookup function
632-
631+
632+
// Lookup-based trigonometry functions
633633

634634
const trig = {
635+
635636
"rad(1.6)": {
636637
"sin": 1,
637638
"cos": 0,

0 commit comments

Comments
 (0)