|
4 | 4 |
|
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
7 | | - <title>Page not found | TinyExpr++ Reference Manual</title> |
8 | | - <meta name="description" content="Page not found | TinyExpr++ Reference Manual" /> |
9 | | - <meta name="generator" content="bookdown 0.34 and GitBook 2.6.7" /> |
| 7 | + <title>Page not found | TinyExpr++</title> |
| 8 | + <meta name="description" content="Page not found | TinyExpr++" /> |
| 9 | + <meta name="generator" content="bookdown 0.35 and GitBook 2.6.7" /> |
10 | 10 |
|
11 | | - <meta property="og:title" content="Page not found | TinyExpr++ Reference Manual" /> |
| 11 | + <meta property="og:title" content="Page not found | TinyExpr++" /> |
12 | 12 | <meta property="og:type" content="book" /> |
13 | | - |
| 13 | + <meta property="og:image" content="/images/cover.png" /> |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 | <meta name="twitter:card" content="summary" /> |
18 | | - <meta name="twitter:title" content="Page not found | TinyExpr++ Reference Manual" /> |
19 | | - |
| 18 | + <meta name="twitter:title" content="Page not found | TinyExpr++" /> |
20 | 19 |
|
21 | 20 |
|
| 21 | + <meta name="twitter:image" content="/images/cover.png" /> |
22 | 22 |
|
23 | 23 | <meta name="author" content="Blake Madden" /> |
24 | 24 |
|
|
166 | 166 | <li><a href="./">TinyExpr++ Reference Manual</a></li> |
167 | 167 |
|
168 | 168 | <li class="divider"></li> |
169 | | -<li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> Overview</a> |
| 169 | +<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Preface</a></li> |
| 170 | +<li class="chapter" data-level="1" data-path="overview.html"><a href="overview.html"><i class="fa fa-check"></i><b>1</b> Overview</a> |
170 | 171 | <ul> |
171 | | -<li class="chapter" data-level="1.1" data-path="index.html"><a href="index.html#features"><i class="fa fa-check"></i><b>1.1</b> Features</a></li> |
| 172 | +<li class="chapter" data-level="" data-path="overview.html"><a href="overview.html#features"><i class="fa fa-check"></i>Features</a></li> |
172 | 173 | </ul></li> |
173 | 174 | <li class="part"><span><b>I User Guide</b></span></li> |
174 | 175 | <li class="chapter" data-level="2" data-path="usage.html"><a href="usage.html"><i class="fa fa-check"></i><b>2</b> Usage</a></li> |
175 | 176 | <li class="chapter" data-level="3" data-path="operators.html"><a href="operators.html"><i class="fa fa-check"></i><b>3</b> Operators</a> |
176 | 177 | <ul> |
177 | | -<li class="chapter" data-level="3.1" data-path="operators.html"><a href="operators.html#compatability-note"><i class="fa fa-check"></i><b>3.1</b> Compatability Note</a></li> |
| 178 | +<li class="chapter" data-level="" data-path="operators.html"><a href="operators.html#compatability-note"><i class="fa fa-check"></i>Compatability Note</a></li> |
178 | 179 | </ul></li> |
179 | 180 | <li class="chapter" data-level="4" data-path="functions.html"><a href="functions.html"><i class="fa fa-check"></i><b>4</b> Functions</a></li> |
180 | 181 | <li class="chapter" data-level="5" data-path="constants.html"><a href="constants.html"><i class="fa fa-check"></i><b>5</b> Constants</a></li> |
181 | 182 | <li class="chapter" data-level="6" data-path="comments.html"><a href="comments.html"><i class="fa fa-check"></i><b>6</b> Comments</a></li> |
182 | 183 | <li class="part"><span><b>II Developer Guide</b></span></li> |
183 | 184 | <li class="chapter" data-level="7" data-path="building.html"><a href="building.html"><i class="fa fa-check"></i><b>7</b> Building</a> |
184 | 185 | <ul> |
185 | | -<li class="chapter" data-level="7.1" data-path="building.html"><a href="building.html#requirements"><i class="fa fa-check"></i><b>7.1</b> Requirements</a></li> |
| 186 | +<li class="chapter" data-level="" data-path="building.html"><a href="building.html#requirements"><i class="fa fa-check"></i>Requirements</a></li> |
186 | 187 | </ul></li> |
187 | 188 | <li class="chapter" data-level="8" data-path="usage-1.html"><a href="usage-1.html"><i class="fa fa-check"></i><b>8</b> Usage</a> |
188 | 189 | <ul> |
189 | | -<li class="chapter" data-level="8.1" data-path="usage-1.html"><a href="usage-1.html#error-handling"><i class="fa fa-check"></i><b>8.1</b> Error Handling</a></li> |
| 190 | +<li class="chapter" data-level="" data-path="usage-1.html"><a href="usage-1.html#error-handling"><i class="fa fa-check"></i>Error Handling</a></li> |
190 | 191 | </ul></li> |
191 | 192 | <li class="chapter" data-level="9" data-path="examples.html"><a href="examples.html"><i class="fa fa-check"></i><b>9</b> Examples</a> |
192 | 193 | <ul> |
193 | | -<li class="chapter" data-level="9.1" data-path="examples.html"><a href="examples.html#example-1"><i class="fa fa-check"></i><b>9.1</b> Example 1</a></li> |
194 | | -<li class="chapter" data-level="9.2" data-path="examples.html"><a href="examples.html#example-2-binding-custom-variables"><i class="fa fa-check"></i><b>9.2</b> Example 2: Binding Custom Variables</a></li> |
195 | | -<li class="chapter" data-level="9.3" data-path="examples.html"><a href="examples.html#example-3-calling-a-free-function"><i class="fa fa-check"></i><b>9.3</b> Example 3: Calling a Free Function</a></li> |
196 | | -<li class="chapter" data-level="9.4" data-path="examples.html"><a href="examples.html#example-4-non-us-formatted-formulas"><i class="fa fa-check"></i><b>9.4</b> Example 4: Non-US Formatted Formulas</a></li> |
197 | | -<li class="chapter" data-level="9.5" data-path="examples.html"><a href="examples.html#example-5-binding-to-custom-classes"><i class="fa fa-check"></i><b>9.5</b> Example 5: Binding to Custom Classes</a></li> |
| 194 | +<li class="chapter" data-level="" data-path="examples.html"><a href="examples.html#example-1"><i class="fa fa-check"></i>Example 1</a></li> |
| 195 | +<li class="chapter" data-level="" data-path="examples.html"><a href="examples.html#example-2-binding-custom-variables"><i class="fa fa-check"></i>Example 2: Binding Custom Variables</a></li> |
| 196 | +<li class="chapter" data-level="" data-path="examples.html"><a href="examples.html#example-3-calling-a-free-function"><i class="fa fa-check"></i>Example 3: Calling a Free Function</a></li> |
| 197 | +<li class="chapter" data-level="" data-path="examples.html"><a href="examples.html#example-4-non-us-formatted-formulas"><i class="fa fa-check"></i>Example 4: Non-US Formatted Formulas</a></li> |
| 198 | +<li class="chapter" data-level="" data-path="examples.html"><a href="examples.html#example-5"><i class="fa fa-check"></i>Example 5: Binding to Custom Classes</a></li> |
198 | 199 | </ul></li> |
199 | 200 | <li class="chapter" data-level="10" data-path="custom-extensions.html"><a href="custom-extensions.html"><i class="fa fa-check"></i><b>10</b> Custom Extensions</a> |
200 | 201 | <ul> |
201 | | -<li class="chapter" data-level="10.1" data-path="custom-extensions.html"><a href="custom-extensions.html#binding-to-custom-functions"><i class="fa fa-check"></i><b>10.1</b> Binding to Custom Functions</a></li> |
202 | | -<li class="chapter" data-level="10.2" data-path="custom-extensions.html"><a href="custom-extensions.html#binding-to-custom-classes"><i class="fa fa-check"></i><b>10.2</b> Binding to Custom Classes</a></li> |
| 202 | +<li class="chapter" data-level="" data-path="custom-extensions.html"><a href="custom-extensions.html#binding-to-custom-functions"><i class="fa fa-check"></i>Binding to Custom Functions</a></li> |
| 203 | +<li class="chapter" data-level="" data-path="custom-extensions.html"><a href="custom-extensions.html#binding-to-custom-classes"><i class="fa fa-check"></i>Binding to Custom Classes</a></li> |
203 | 204 | </ul></li> |
204 | | -<li class="chapter" data-level="11" data-path="non-us-formatted-formulas.html"><a href="non-us-formatted-formulas.html"><i class="fa fa-check"></i><b>11</b> Non-US Formatted Formulas</a></li> |
205 | | -<li class="chapter" data-level="12" data-path="how-it-works.html"><a href="how-it-works.html"><i class="fa fa-check"></i><b>12</b> How it Works</a> |
| 205 | +<li class="chapter" data-level="11" data-path="usr.html"><a href="usr.html"><i class="fa fa-check"></i><b>11</b> Handling Unknown Variables</a></li> |
| 206 | +<li class="chapter" data-level="12" data-path="non-us-formatted-formulas.html"><a href="non-us-formatted-formulas.html"><i class="fa fa-check"></i><b>12</b> Non-US Formatted Formulas</a></li> |
| 207 | +<li class="chapter" data-level="13" data-path="how-it-works.html"><a href="how-it-works.html"><i class="fa fa-check"></i><b>13</b> How it Works</a> |
206 | 208 | <ul> |
207 | | -<li class="chapter" data-level="12.1" data-path="how-it-works.html"><a href="how-it-works.html#grammar"><i class="fa fa-check"></i><b>12.1</b> Grammar</a></li> |
| 209 | +<li class="chapter" data-level="" data-path="how-it-works.html"><a href="how-it-works.html#grammar"><i class="fa fa-check"></i>Grammar</a></li> |
208 | 210 | </ul></li> |
209 | | -<li class="chapter" data-level="13" data-path="compile-time-options.html"><a href="compile-time-options.html"><i class="fa fa-check"></i><b>13</b> Compile-time Options</a> |
| 211 | +<li class="chapter" data-level="14" data-path="compile-time-options.html"><a href="compile-time-options.html"><i class="fa fa-check"></i><b>14</b> Compile-time Options</a> |
210 | 212 | <ul> |
211 | | -<li class="chapter" data-level="13.1" data-path="compile-time-options.html"><a href="compile-time-options.html#te_pow_from_right"><i class="fa fa-check"></i><b>13.1</b> <code>TE_POW_FROM_RIGHT</code></a></li> |
| 213 | +<li class="chapter" data-level="" data-path="compile-time-options.html"><a href="compile-time-options.html#te_pow_from_right"><i class="fa fa-check"></i><code>TE_POW_FROM_RIGHT</code></a></li> |
212 | 214 | </ul></li> |
213 | | -<li class="chapter" data-level="14" data-path="embedded-programming.html"><a href="embedded-programming.html"><i class="fa fa-check"></i><b>14</b> Embedded Programming</a> |
| 215 | +<li class="chapter" data-level="15" data-path="embedded-programming.html"><a href="embedded-programming.html"><i class="fa fa-check"></i><b>15</b> Embedded Programming</a> |
214 | 216 | <ul> |
215 | | -<li class="chapter" data-level="14.1" data-path="embedded-programming.html"><a href="embedded-programming.html#performance"><i class="fa fa-check"></i><b>14.1</b> Performance</a></li> |
216 | | -<li class="chapter" data-level="14.2" data-path="embedded-programming.html"><a href="embedded-programming.html#volatility"><i class="fa fa-check"></i><b>14.2</b> Volatility</a></li> |
217 | | -<li class="chapter" data-level="14.3" data-path="embedded-programming.html"><a href="embedded-programming.html#exception-handling"><i class="fa fa-check"></i><b>14.3</b> Exception Handling</a></li> |
218 | | -<li class="chapter" data-level="14.4" data-path="embedded-programming.html"><a href="embedded-programming.html#virtual-functions"><i class="fa fa-check"></i><b>14.4</b> Virtual Functions</a></li> |
| 217 | +<li class="chapter" data-level="" data-path="embedded-programming.html"><a href="embedded-programming.html#performance"><i class="fa fa-check"></i>Performance</a></li> |
| 218 | +<li class="chapter" data-level="" data-path="embedded-programming.html"><a href="embedded-programming.html#volatility"><i class="fa fa-check"></i>Volatility</a></li> |
| 219 | +<li class="chapter" data-level="" data-path="embedded-programming.html"><a href="embedded-programming.html#exception-handling"><i class="fa fa-check"></i>Exception Handling</a></li> |
| 220 | +<li class="chapter" data-level="" data-path="embedded-programming.html"><a href="embedded-programming.html#virtual-functions"><i class="fa fa-check"></i>Virtual Functions</a></li> |
219 | 221 | </ul></li> |
220 | 222 | <li class="part"><span><b>III Appendix</b></span></li> |
221 | 223 | <li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li> |
|
231 | 233 | <div class="body-inner"> |
232 | 234 | <div class="book-header" role="navigation"> |
233 | 235 | <h1> |
234 | | - <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">TinyExpr++ Reference Manual</a> |
| 236 | + <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">TinyExpr++</a> |
235 | 237 | </h1> |
236 | 238 | </div> |
237 | 239 |
|
|
0 commit comments