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
|
<!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>Introduction</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="User Guide" href="userguide/index.html" />
<link rel="prev" title="Table of Contents" href="contents.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="contents.html"
title="Table of Contents"
accesskey="P">previous</a>
|
<a class="rel-item rel-item-2"
href="userguide/index.html"
title="User Guide"
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="introduction">
<span id="kw-0"></span><h1>Introduction</h1>
<p>Welcome to the SpeedCrunch manual! SpeedCrunch is a high-precision scientific desktop calculator.
It features a syntax-highlighted scrollable display and is designed to be fully used via keyboard.
Some distinctive features are auto-completion of functions and variables, a formula book,
and quick insertion of constants from various fields of knowledge. It is available for Windows,
OS X, and Linux in a number of languages. We hope you have fun with SpeedCrunch!</p>
<p>This documentation is divided into three major parts:</p>
<ul class="simple">
<li>The <a class="reference internal" href="userguide/index.html"><span class="doc">User Guide</span></a> serves as a user manual that can be read from beginning to end. It presents all
the features of SpeedCrunch and how to use them effectively.</li>
<li>The <a class="reference internal" href="reference/index.html"><span class="doc">Reference</span></a> documents all the built-in functions, constants, and units that are included with
SpeedCrunch. It’s not intended to be read page by page, but it is still very useful to <a class="reference internal" href="userguide/interface.html#context-help"><span class="std std-ref">look up</span></a>
how a particular function is used.</li>
<li>Finally, <a class="reference internal" href="advanced/index.html"><span class="doc">Advanced Topics</span></a> covers more specialized topics that may be of interest, but are not necessary to use SpeedCrunch.
For instance, it explains how to create custom color schemes.</li>
</ul>
<p>For a complete overview, see the <a class="reference internal" href="contents.html"><span class="doc">full table of contents</span></a>.</p>
</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="contents.html"
title="Table of Contents"
>previous</a>
|
<a class="rel-item rel-item-2"
href="userguide/index.html"
title="User Guide"
>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>
|