46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
<!-- saved from url=(0014)about:internet -->
|
|
<html>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
|
<head>
|
|
<title>Graphing Calculator</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Graphing Calculator</h1>
|
|
|
|
<div class="section">
|
|
<h2>Content</h2>
|
|
<ul>
|
|
<li><a href="#intro">Introduction</a></li>
|
|
<li><a href="#calc">Calculating</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="intro"></a>
|
|
<h2>Introduction</h2>
|
|
|
|
<p>The <strong>Integral calculator</strong> is a tool within the <strong>Graphing Calculator</strong> that can calculate the definite integral of an expression.</p>
|
|
|
|
<p>The warning that appears is there because the feature is experimental, and wasn't throughly tested.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<a name="calc"></a>
|
|
<h2>Calculating</h2>
|
|
<p>To calculate a definite integral, follow the steps:</p>
|
|
<strong>Step 1:</strong> Click the <em>Integrate</em> button. <br />
|
|
<strong>Step 2:</strong> Type an expression in the <em>Expression</em> field. <br />
|
|
<strong>Step 3:</strong> Type an interval in the <em>Interval</em> fields. <br />
|
|
<strong>Step 4:</strong> Press <em>Calculate</em> to perform the calculation. <br />
|
|
</div>
|
|
|
|
<div class="footer">
|
|
Software created by Chibici Tiberiu.
|
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |