Round to nearest hundredth decimal place

This commit is contained in:
2025-01-09 01:23:34 -05:00
parent 8b72c9df74
commit 3dadf20dbf
2 changed files with 7 additions and 7 deletions

View File

@ -117,7 +117,7 @@
<footer>
<p>Created by <a href="https://haothitran.com">Hao Tran</a>.</p>
<p>Note: Calculations are rounded to the nearest tenth decimal. As such, there may sometimes be issues of rounding error.</p>
<p>Note: Calculations are rounded to the nearest hundredth decimal. As such, there may sometimes be issues of rounding error.</p>
</footer>
</body>
<script src="scripts/calculator.js"></script>