Skip to content

Commit 85f5f3a

Browse files
authored
Update index.html
1 parent 65c7608 commit 85f5f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
964964
const value = trig[key][funcType];
965965
if (typeof value !== 'number') continue;
966966

967-
const joker = Math.abs(value - input);
967+
const difference = Math.abs(value - input);
968968
if (difference < minDiff) {
969969
minDiff = difference;
970970
bestMatch = {

0 commit comments

Comments
 (0)