Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build/html/calculate.html
diff options
context:
space:
mode:
Diffstat (limited to 'build/html/calculate.html')
-rw-r--r--build/html/calculate.html127
1 files changed, 127 insertions, 0 deletions
diff --git a/build/html/calculate.html b/build/html/calculate.html
new file mode 100644
index 0000000..02d2dff
--- /dev/null
+++ b/build/html/calculate.html
@@ -0,0 +1,127 @@
+
+
+<!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/html; charset=utf-8" />
+
+ <title>Calculate &mdash; Sugar 0.94 documentation</title>
+
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '',
+ VERSION: '0.94',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="author" title="About these documents" href="about.html" />
+ <link rel="top" title="Sugar 0.94 documentation" href="index.html" />
+ <link rel="next" title="Chat" href="chat.html" />
+ <link rel="prev" title="Browse" href="browse.html" />
+ </head>
+ <body>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="chat.html" title="Chat"
+ accesskey="N">next</a></li>
+ <li class="right" >
+ <a href="browse.html" title="Browse"
+ accesskey="P">previous</a> |</li>
+ <li><a href="index.html">Sugar 0.94 documentation</a> &raquo;</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="calculate">
+<h1>Calculate<a class="headerlink" href="#calculate" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="about">
+<h2>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h2>
+<img alt="_images/Activity-Calculate.png" src="_images/Activity-Calculate.png" />
+</div>
+<div class="section" id="using-calculate">
+<h2>Using Calculate<a class="headerlink" href="#using-calculate" title="Permalink to this headline">¶</a></h2>
+<p>For those who have used a scientific calculator, most of the functions of Calculate will be quite familiar.</p>
+<p>The Toolbars are</p>
+<ul class="simple">
+<li>Activity, Calculate icon: Name session, Journal entry description, collaborate</li>
+<li>Edit, scissors icon: Copy, Paste</li>
+<li>Functions, {x}: Square, square root, reciprocal, exponential, power, logarithm, factorial</li>
+<li>Trigonometry, triangle icon: sin, cos, tan, sin-1, cos-1, tan-1, sinh, cosh, tanh</li>
+<li>Boolean, Venn diagram icon: and, or, =, !=</li>
+<li>Constants, Greek letters icon: pi, e, gamma, phi</li>
+<li>Plot: Hover menu offers Help</li>
+<li>Degrees/Radian angle measure</li>
+<li>Scientific/Engineering notation</li>
+<li>Number of digits to show: 6, 9, 12, 15</li>
+<li>Base: Decimal, binary, octal, hex</li>
+<li>Exit</li>
+</ul>
+</div>
+<div class="section" id="getting-help">
+<h2>Getting help<a class="headerlink" href="#getting-help" title="Permalink to this headline">¶</a></h2>
+<p>To see a help option for plot, enter the command</p>
+<p><tt class="docutils literal"><span class="pre">help(plot)</span></tt></p>
+<p>on the text entry line.</p>
+<p>The general help function is</p>
+<p><tt class="docutils literal"><span class="pre">help()</span></tt></p>
+<p>The list of help topics is available with the command</p>
+<p><tt class="docutils literal"><span class="pre">help(index)</span></tt></p>
+<p>including topics not supported on the menus. Help is not provided for the constants pi, e, gamma (Euler-Mascheroni Constanat) and phi (Golden Ratio), but these can be looked up on the Internet. Clicking their icons inserts their numeric values.</p>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper">
+ <h3><a href="index.html">Table Of Contents</a></h3>
+ <ul>
+<li><a class="reference internal" href="#">Calculate</a><ul>
+<li><a class="reference internal" href="#about">About</a></li>
+<li><a class="reference internal" href="#using-calculate">Using Calculate</a></li>
+<li><a class="reference internal" href="#getting-help">Getting help</a></li>
+</ul>
+</li>
+</ul>
+
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="chat.html" title="Chat"
+ >next</a></li>
+ <li class="right" >
+ <a href="browse.html" title="Browse"
+ >previous</a> |</li>
+ <li><a href="index.html">Sugar 0.94 documentation</a> &raquo;</li>
+ </ul>
+ </div>
+ <div class="footer">
+ &copy; Copyright 2013, SugarLabs.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
+ </div>
+ </body>
+</html> \ No newline at end of file