Added source code.

This commit is contained in:
2018-02-06 01:24:46 +02:00
parent 1d9f2990c8
commit 8b28da5b80
367 changed files with 22964 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<!-- saved from url=(0014)about:internet -->
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<head>
<title>Scientific Calculator: Multiplicative inverse</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Scientific Calculator: Multiplicative inverse</h1>
<div class="section">
<h2>Multiplicative inverse</h2>
<p>In mathematics, the <strong>multiplicative inverse</strong> of a number <em>n</em> is a number which, when multiplied by <em>n</em>, yields the multiplicative identity <em>1</em>.</p>
<p>The multiplicative inverse of a number <em>n</em> is denoted by:</p>
<img class="maths" src="img/calc-inverse-eq0.gif" /> <br />
</div>
<div class="footer">
Software created by Chibici Tiberiu.
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
</div>
</body>
</html>