41 lines
1.0 KiB
HTML
41 lines
1.0 KiB
HTML
|
<!-- saved from url=(0014)about:internet -->
|
||
|
<html>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||
|
<head>
|
||
|
<title>Scientific Calculator: Absolute</title>
|
||
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Scientific Calculator: Absolute</h1>
|
||
|
|
||
|
<div class="section">
|
||
|
<h2>Content</h2>
|
||
|
<ul>
|
||
|
<li><a href="#description">Description</a></li>
|
||
|
<li><a href="#example">Example</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="description"></a>
|
||
|
<h2>Description</h2>
|
||
|
|
||
|
<p>In mathematics, the absolute (modulus) of a number, denoted by <strong>|n|</strong>, is equal to the number without regard to its sign. </p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="description"></a>
|
||
|
<h2>Examples</h2>
|
||
|
<img class="maths" src="img/calc-abs-eq0.gif"><br />
|
||
|
<img class="maths" src="img/calc-abs-eq1.gif">
|
||
|
</div>
|
||
|
|
||
|
<div class="footer">
|
||
|
Software created by Chibici Tiberiu.
|
||
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|