db48x/doc/commands
Christophe de Dinechin 4c75e9c894 equations: Fix syntax errors in built-in equations
Fix various syntax errors in the built-in equations contributed by
@Wiljea.

Also some changes in units:

* use `Ω` (Unicode 937) character instead of `Ω` (Unicode 8486) for
  the Ohm unit. There is a dedicated Unicode codepoint, but since we
  don't use special characters for `m` or `s` units, there is no
  reason we should make things more difficult for Ohm.

* Use metric units consistently, i.e. replace `_lb` with `_kg`, `_in`
  with `_cm`, `_lbf` with `_N` and so on. It might be worth it later
  to make a metric and an imperial variant of this file.

* Use degrees for user angles input in equations.

* Rename variables that are reserved words, e.g. `Re` and `vx`.
  This is because DB48X is by default case-insensitive.
  Note that we could have a prefix character forcing a symbol for
  reserved names (much like we have a prefix for constants).

Fixes: #1162

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2024-09-04 12:49:38 +02:00
..
angles.md angles: Add conversion functions 2024-02-21 00:40:45 +01:00
arithmetic.md doc: Update status 2024-08-31 23:14:50 +02:00
base.md commands: Add ClearStack command 2024-01-14 23:35:45 +01:00
binary.md settings: Rename MaxBigNumBits to MaxNumberBits 2023-12-01 16:50:23 +01:00
bitmaps.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
comments.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
complex.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
composites.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
constants.md constants: Implement programmatic lookup 2024-05-13 23:30:41 +02:00
debug.md debugging: Implement debug features 2023-11-10 18:09:00 +01:00
dirs.md variables: Implement vars and tvars commands 2024-05-11 13:00:38 +02:00
docol.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
docol2.md rpl: Implement case statement 2023-11-26 22:46:21 +01:00
flags.md Fix description of TestFlagClear 2024-03-02 14:02:15 +01:00
fonts.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
graphics.md graphics: Implement DispXY command 2024-08-31 01:41:18 +02:00
lam.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
libdata.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
libptr.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
lists.md list: Implement map, reduce and filter 2023-11-26 22:46:21 +01:00
matrix.md array: Implement ranm (RandomMatrix) command 2024-09-02 02:35:51 +02:00
menus.md help: Display the correct on-line help for constants 2024-03-11 12:59:38 +01:00
numerics.md Release 0.4.7: Numerical solver and integration 2023-10-15 22:49:12 +02:00
objects.md Implement the OBJ→ command 2023-11-26 22:46:21 +01:00
plot.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
sdcard.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
settings.md debug: Debug on error 2024-08-16 15:29:27 +02:00
solvers.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
stack.md stack-cmds: Add pick3 command 2024-03-25 00:30:57 +01:00
statistics.md random: ACORN random number generator 2024-07-19 22:08:35 +02:00
symbolic.md equations: Fix syntax errors in built-in equations 2024-09-04 12:49:38 +02:00
system.md time: Add ChronoTime command 2024-03-02 01:11:00 +01:00
tags.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
text.md doc: Update some of the not-implemented features 2024-02-21 00:40:45 +01:00
transcendentals.md doc: Improve documentation for sin, cos and tan. 2024-03-02 14:02:14 +01:00
ui.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00
units.md Implement ToUnit 2023-11-01 17:46:51 +01:00
usb.md Change file mode for documentation to not have the "execute" flag set 2023-10-08 18:13:57 +02:00