We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c7608 commit 85f5f3aCopy full SHA for 85f5f3a
1 file changed
index.html
@@ -964,7 +964,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
964
const value = trig[key][funcType];
965
if (typeof value !== 'number') continue;
966
967
- const joker = Math.abs(value - input);
+ const difference = Math.abs(value - input);
968
if (difference < minDiff) {
969
minDiff = difference;
970
bestMatch = {
0 commit comments