75 lines
2.1 KiB
HTML
75 lines
2.1 KiB
HTML
|
<!-- 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="#limits">Limitations</a></li>
|
|||
|
<li><a href="#articles">Graphing Calculator articles</a></li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="section">
|
|||
|
<a name="intro"></a>
|
|||
|
<h2>Introduction</h2>
|
|||
|
|
|||
|
<p>The <strong>Graphing Calculator</strong> is a tool that can evaluate, plot and integrate expressions (or functions). It includes many useful features, like combining multiple graphs, navigation and zoom controls, and saving plotted expressions.</p>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="section">
|
|||
|
<a name="limits"></a>
|
|||
|
<h2>Limitations</h2>
|
|||
|
<p>All numeric values are limited to 64bit floating point numbers (approximate range: <20>5.0 <20> 10<sup>-324</sup> to <20>1.7 <20> 10<sup>308</sup>, or 15-16 digits).</p>
|
|||
|
|
|||
|
<p>Another limitation is the precision of the graph: if the expression has many vertical asymptotes, it may not be plotted correctly.</p>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="section">
|
|||
|
<a name="articles"></a>
|
|||
|
<h2>Graphing Calculator articles</h2>
|
|||
|
|
|||
|
<h3>Abstract</h3>
|
|||
|
<ul>
|
|||
|
<li><a href="language.htm">
|
|||
|
The expression language</a></li>
|
|||
|
<li><a href="troubleshooting.htm">
|
|||
|
Troubleshooting</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3>Expressions</h3>
|
|||
|
<ul>
|
|||
|
<li><a href="plot.htm">
|
|||
|
Plotting expressions</a></li>
|
|||
|
<li><a href="evaluate.htm">
|
|||
|
Evaluating expressions</a></li>
|
|||
|
<li><a href="integrate.htm">
|
|||
|
Integrating expressions</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<h3>Other</h3>
|
|||
|
<ul>
|
|||
|
<li><a href="export-import.htm">
|
|||
|
Exporting and importing expressions</a></li>
|
|||
|
<li><a href="preferences.htm">
|
|||
|
Preferences</a></li>
|
|||
|
</ul>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="footer">
|
|||
|
Software created by Chibici Tiberiu.
|
|||
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
|||
|
</div>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|