We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8558b15 commit 8c57cbbCopy full SHA for 8c57cbb
1 file changed
index.html
@@ -2282,7 +2282,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
2282
}
2283
2284
const ratio = 3.2 / number;
2285
- const tangent = parseFloat(tan(ratio));
+ const tangent = tan(ratio);
2286
2287
const area = (number / 4) * (length ** 2) / tangent;
2288
const volume = pyramidVolume(area, height);
0 commit comments