File: index.html

package info (click to toggle)
speedcrunch 0.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,160 kB
  • sloc: cpp: 17,603; ansic: 14,719; python: 569; sh: 236; xml: 135; makefile: 23
file content (160 lines) | stat: -rw-r--r-- 5,890 bytes parent folder | download | duplicates (6)
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
155
156
157
158
159
160


<!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>Reference</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="Basic Math Functions" href="basic.html" />
    <link rel="prev" title="User Interface" href="../userguide/interface.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="../userguide/interface.html"
           title="User Interface"
           accesskey="P">previous</a>
         | 
      <a class="rel-item rel-item-2"
           href="basic.html"
           title="Basic Math Functions"
           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="reference">
<h1>Reference</h1>
<p>SpeedCrunch includes a large number of built-in math functions and constants. They
are documented in this reference, organized by categories. There is also an
<a class="reference internal" href="../sc-functionindex.html"><span class="std std-ref">alphabetical list of all functions</span></a>.</p>
<div class="section" id="built-in-functions">
<h2>Built-in Functions</h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="basic.html">Basic Math Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="basic.html#general">General</a></li>
<li class="toctree-l2"><a class="reference internal" href="basic.html#trigonometric-inverse-trigonometric">Trigonometric &amp; Inverse Trigonometric</a></li>
<li class="toctree-l2"><a class="reference internal" href="basic.html#hyperbolic-inverse-hyperbolic">Hyperbolic &amp; Inverse Hyperbolic</a></li>
<li class="toctree-l2"><a class="reference internal" href="basic.html#special">Special</a></li>
<li class="toctree-l2"><a class="reference internal" href="basic.html#complex-numbers">Complex Numbers</a></li>
<li class="toctree-l2"><a class="reference internal" href="basic.html#various">Various</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="integer.html">Integer &amp; Bitwise Arithmetic Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="integer.html#bitwise-operations">Bitwise Operations</a></li>
<li class="toctree-l2"><a class="reference internal" href="integer.html#numeral-bases">Numeral Bases</a></li>
<li class="toctree-l2"><a class="reference internal" href="integer.html#rounding">Rounding</a></li>
<li class="toctree-l2"><a class="reference internal" href="integer.html#integer-division">Integer Division</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="statistical.html">Statistical Functions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="statistical.html#general">General</a></li>
<li class="toctree-l2"><a class="reference internal" href="statistical.html#binomial-distribution">Binomial Distribution</a></li>
<li class="toctree-l2"><a class="reference internal" href="statistical.html#hypergeometric-distribution">Hypergeometric Distribution</a></li>
<li class="toctree-l2"><a class="reference internal" href="statistical.html#poisson-distribution">Poisson Distribution</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="ieee754.html">IEEE-754 Functions</a></li>
</ul>
</div>
</div>
<div class="section" id="constants">
<h2>Constants</h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="constants.html">Constants</a></li>
</ul>
</div>
</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="../userguide/interface.html"
           title="User Interface"
           >previous</a>
         | 
      <a class="rel-item rel-item-2"
           href="basic.html"
           title="Basic Math Functions"
           >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">
        &#169; Copyright 2016, The SpeedCrunch Developers.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.8.
    </div>
      </td>
    </tr>
  </table>

  </body>
</html>