amath/doc/html/index.html

183 lines
7.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>amath: Simple command line calculator</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">amath
&#160;<span id="projectnumber">1.6.2</span>
</div>
<div id="projectbrief">Simple command line calculator</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Simple command line calculator </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
Introduction</h1>
<p>A mathematical calculator capable of evaluating arithmetic expressions. Main features include:</p><ul>
<li>Case sensitive command line interface</li>
<li>Native IEEE 754 with 15 significant digits</li>
<li>Calculations with real and complex numbers</li>
<li>Variables and user defined functions</li>
<li>Logarithmic and exponential functions</li>
<li>Trigonometric and hyperbolic functions</li>
<li>Mathematical constants and rounding functions</li>
<li>Disk functions to load, save and view content</li>
<li>Comprehensive and easy to use built-in help</li>
<li>Freely distributable sources (BSD <a class="el" href="license_page.html">License</a>)</li>
</ul>
<h2><a class="anchor" id="install"></a>
Installation</h2>
<p>Install by copying the desired amath binary to C: or any other appropriate location.</p>
<h2><a class="anchor" id="usage"></a>
Usage</h2>
<p>amath supply 50 <a class="el" href="command_page.html">Statements and functions</a> combined with 7 arithmetic operators: </p><pre class="fragment"> + Mathematical addition.
- Mathematical subtraction.
* Mathematical multiplication.
/ Mathematical division.
^ Mathematical exponentiation.
= Assignment of variable values.
| Absolute value of number.
</pre><p>Do a calculation in shell (CLI mode): </p><blockquote class="doxtable">
<p>amath 1.2+1.4 </p>
</blockquote>
<p>Get an interactive promt in shell: </p><blockquote class="doxtable">
<p>amath shell </p>
</blockquote>
<p>Show version string: </p><blockquote class="doxtable">
<p>amath version </p>
</blockquote>
<p>Open amath in its own window: </p><blockquote class="doxtable">
<p>amath </p>
</blockquote>
<h2><a class="anchor" id="license"></a>
License</h2>
<p>amath is open source. The main repository is located at gitlab:<br />
<a href="https://gitlab.com/rnger/amath">https://gitlab.com/rnger/amath</a></p>
<h2><a class="anchor" id="download"></a>
Download</h2>
<p>Prebuild packages are available from gitlab.com <br />
<br />
<b>Windows with ANSI support</b><br />
<a href="https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x86.exe">https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x86.exe</a> (32 bit)<br />
(SHA256 d308424862eef418d97e3b60c00b191f711349c6f856e12b4917b114ac2f6578)<br />
<a href="https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x64.exe">https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-ansi-x64.exe</a> (64 bit)<br />
(SHA256 170c5246f0bd0cec3e1d4f64c7c685d75cdbd5a5da7acf0ea4641c21e2a7d5ea)<br />
<br />
<b>Windows without ANSI support</b><br />
<a href="https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x86.exe">https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x86.exe</a> (32 bit)<br />
(SHA256 1ee22651fb09dc841b71062b8a6e9f6da285d807d3216e935a15eca9df5fd614)<br />
<a href="https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x64.exe">https://gitlab.com/rnger/amath/raw/master/bin/amath-1.6.2-x64.exe</a> (64 bit)<br />
(SHA256 d3ba707f37ab27e90847d54839d65b0308124ac6ab61e1aac1deda44d87a7fad)<br />
<br />
FreeBSD: <a href="https://www.freshports.org/math/amath/">https://www.freshports.org/math/amath/</a><br />
<br />
Included in the Icaros Desktop environment:<br />
<a href="http://vmwaros.blogspot.com/">http://vmwaros.blogspot.com/</a></p>
<h2><a class="anchor" id="history"></a>
History</h2>
<p>A full <a class="el" href="release_page.html">Release history</a> is available for amath. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>