Skip to content

Commit b0a1867

Browse files
authored
Update index.html
1 parent f045228 commit b0a1867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
10951095

10961096
<script>
10971097
function triangleArea(side1, side2, side3, s) {
1098-
return masth.sqrt(s*(s-side1)*(s-side2)*(s-side3));
1098+
return math.sqrt(s*(s-side1)*(s-side2)*(s-side3));
10991099
}
11001100

11011101
function updateTriangleArea() {

0 commit comments

Comments
 (0)