Skip to content

Commit 1e0e27f

Browse files
authored
Update index.html
1 parent eb4baf0 commit 1e0e27f

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
@@ -1014,7 +1014,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
10141014
const parsed = match.angle.match(/rad\(([\d.]+)\)/);
10151015
if (!parsed) return null;
10161016
const reflected = parseFloat(parsed[1]);
1017-
const reflectedAtan = parseFloat((1.6 - reflected).toFixed(3));
1017+
reflectedAtan = parseFloat((1.6 - reflected).toFixed(3));
10181018
}
10191019

10201020
return reflectedAtan;

0 commit comments

Comments
 (0)