Skip to content

Commit a515e95

Browse files
Update calculator.html
1 parent 952c388 commit a515e95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/calculator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
</header>
3131
<body class="calculator-body">
3232
<div class="mt-4 ms-5 content">
33-
<h1 style="size:40px;">Calculator</h1>
33+
<p style="size:40px;">Calculator</p>
3434
<p>Discover the convenience of our online calculator that is not only free but also fast. This amazing tool supports a wide range of fundamental mathematical operations using simple JavaScript, enabling you to effortlessly perform calculations with utmost accuracy and efficiency. The operations are based on programming arithmetic.</p><br />
3535
<input id="input" rows="3" style="margin-left:4.85em;"/>&nbsp;<button id="calculate">&nbsp;Get result&nbsp;&nbsp;</button><br /><br />
3636
<div class="inputbox"><br /><b>&nbsp;Result:</b>&nbsp; <span id="result" class="ms-2"></span><br /><br /></div><br />
37-
<p>You can perform different operations here through symbols, like + for addition, - for substraction, * for multiplication, ** for exponentiation, and % for modulo. However, if you need to work with mathematical constants, take a look at a conversion guide:</p><br />
37+
<p>You can perform different operations here through symbols, like + for addition, - for substraction, * for multiplication, and % for modulo. However, if you need to work with mathematical constants, take a look at a conversion guide:</p><br />
3838
<ul>
3939
<li><b>pi</b>, the ratio of a circle's circumference to its diameter, is equal to 3.14159.</li>
4040
<li><b>Euler's number</b>, the base for natural logarithms, is equal to 2.71828.</li>

0 commit comments

Comments
 (0)