1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
<!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" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>User Guide</title>
<link rel="stylesheet" href="../_static/quark.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="top" title="SpeedCrunch 0.12 documentation" href="../contents.html" />
<link rel="next" title="Installation" href="installation.html" />
<link rel="prev" title="Introduction" href="../introduction.html" />
</head>
<body role="document">
<table class="navbar navbar-top">
<tr>
<td width="50%">
<a class="nav-item nav-item-0"
href="../contents.html">SpeedCrunch 0.12 documentation</a>
</td>
<td align="right" width="50%">
<a class="rel-item rel-item-1"
href="../introduction.html"
title="Introduction"
accesskey="P">previous</a>
|
<a class="rel-item rel-item-2"
href="installation.html"
title="Installation"
accesskey="N">next</a>
|
<a class="rel-item rel-item-3"
href="../sc-functionindex.html"
title="Function Index"
>functions</a>
|
<a class="rel-item rel-item-4"
href="../genindex.html"
title="General Index"
accesskey="I">index</a>
</td>
</tr>
</table>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<div class="section" id="user-guide">
<h1>User Guide</h1>
<p>This part of the manual explains how to use SpeedCrunch, starting from the installation
and continuing to in-depth descriptions of particular topics and features. It can be
read in order or simply used to look up the details of a feature.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="installation.html#microsoft-windows">Microsoft Windows</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#linux">Linux</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#development-builds">Development Builds</a></li>
<li class="toctree-l2"><a class="reference internal" href="installation.html#building-from-source">Building from Source</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="first_steps.html">First Steps</a></li>
<li class="toctree-l1"><a class="reference internal" href="syntax.html">Syntax</a><ul>
<li class="toctree-l2"><a class="reference internal" href="syntax.html#number-notation">Number Notation</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax.html#operators-and-precedence">Operators and Precedence</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax.html#deprecated-operators">Deprecated Operators</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="advanced.html">User-Defined Variables and Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="advanced.html#variables">Variables</a></li>
<li class="toctree-l2"><a class="reference internal" href="advanced.html#user-functions">User Functions</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="advanced.html#complex-numbers">Complex numbers</a></li>
<li class="toctree-l1"><a class="reference internal" href="advanced.html#units">Units</a></li>
<li class="toctree-l1"><a class="reference internal" href="interface.html">User Interface</a><ul>
<li class="toctree-l2"><a class="reference internal" href="interface.html#widgets">Widgets</a></li>
<li class="toctree-l2"><a class="reference internal" href="interface.html#expression-editor-features">Expression Editor Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="interface.html#import-export">Import/Export</a></li>
<li class="toctree-l2"><a class="reference internal" href="interface.html#settings">Settings</a></li>
<li class="toctree-l2"><a class="reference internal" href="interface.html#keyboard-shortcuts">Keyboard Shortcuts</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<table class="navbar navbar-bottom">
<tr>
<td width="50%">
<a class="nav-item nav-item-0"
href="../contents.html">SpeedCrunch 0.12 documentation</a>
</td>
<td align="right" width="50%">
<a class="rel-item rel-item-1"
href="../introduction.html"
title="Introduction"
>previous</a>
|
<a class="rel-item rel-item-2"
href="installation.html"
title="Installation"
>next</a>
|
<a class="rel-item rel-item-3"
href="../sc-functionindex.html"
title="Function Index"
>functions</a>
|
<a class="rel-item rel-item-4"
href="../genindex.html"
title="General Index"
>index</a>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<div class="footer" role="contentinfo">
© Copyright 2016, The SpeedCrunch Developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
</div>
</td>
</tr>
</table>
</body>
</html>
|