|
12 | 12 |
|
13 | 13 |
|
14 | 14 | * [interpreter](./interpreter/README.md) |
| 15 | + * [abort](./interpreter/abort.md) |
| 16 | + * [break](./interpreter/break.md) |
| 17 | + * [continue](./interpreter/continue.md) |
| 18 | + * [for](./interpreter/for.md) |
| 19 | + * [function](./interpreter/function.md) |
| 20 | + * [if](./interpreter/if.md) |
15 | 21 | * [iskeyword](./interpreter/iskeyword.md) |
16 | 22 | * [keyboard](./interpreter/keyboard.md) |
17 | 23 | * [max_recursion_depth](./interpreter/max_recursion_depth.md) |
18 | 24 | * [parsefile](./interpreter/parsefile.md) |
19 | 25 | * [parsestring](./interpreter/parsestring.md) |
| 26 | + * [switch](./interpreter/switch.md) |
| 27 | + * [try](./interpreter/try.md) |
| 28 | + * [while](./interpreter/while.md) |
20 | 29 |
|
21 | 30 |
|
22 | 31 | * [core](./core/README.md) |
|
192 | 201 | * [elementary_functions](./elementary_functions/README.md) |
193 | 202 | * [abs](./elementary_functions/abs.md) |
194 | 203 | * [and](./elementary_functions/and.md) |
| 204 | + * [angle](./elementary_functions/angle.md) |
195 | 205 | * [cast](./elementary_functions/cast.md) |
196 | 206 | * [ceil](./elementary_functions/ceil.md) |
197 | 207 | * [circshift](./elementary_functions/circshift.md) |
|
201 | 211 | * [ctranspose](./elementary_functions/ctranspose.md) |
202 | 212 | * [disp](./elementary_functions/disp.md) |
203 | 213 | * [eq](./elementary_functions/eq.md) |
| 214 | + * [exp](./elementary_functions/exp.md) |
204 | 215 | * [factorial](./elementary_functions/factorial.md) |
205 | 216 | * [fix](./elementary_functions/fix.md) |
206 | 217 | * [floor](./elementary_functions/floor.md) |
|
218 | 229 | * [ldivide](./elementary_functions/ldivide.md) |
219 | 230 | * [le](./elementary_functions/le.md) |
220 | 231 | * [length](./elementary_functions/length.md) |
| 232 | + * [log](./elementary_functions/log.md) |
221 | 233 | * [lt](./elementary_functions/lt.md) |
222 | 234 | * [minus](./elementary_functions/minus.md) |
223 | 235 | * [mldivide](./elementary_functions/mldivide.md) |
|
243 | 255 | * [shortcutand](./elementary_functions/shortcutand.md) |
244 | 256 | * [shortcutor](./elementary_functions/shortcutor.md) |
245 | 257 | * [size](./elementary_functions/size.md) |
| 258 | + * [sqrt](./elementary_functions/sqrt.md) |
246 | 259 | * [subsindex](./elementary_functions/subsindex.md) |
247 | 260 | * [mtimes](./elementary_functions/times.md) |
248 | 261 | * [transpose](./elementary_functions/transpose.md) |
|
349 | 362 | * [acos](./trigonometric_functions/acos.md) |
350 | 363 | * [asin](./trigonometric_functions/asin.md) |
351 | 364 | * [atan](./trigonometric_functions/atan.md) |
| 365 | + * [atan2](./trigonometric_functions/atan2.md) |
352 | 366 | * [cos](./trigonometric_functions/cos.md) |
353 | 367 | * [cosd](./trigonometric_functions/cosd.md) |
354 | 368 | * [cosh](./trigonometric_functions/cosh.md) |
|
0 commit comments