DB48X-on-DM42/help
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
..
img help: Add documentation for the various constants 2024-07-24 14:33:54 +02:00
db48x.md equations: Fix syntax errors in built-in equations 2024-09-04 12:49:38 +02:00
db50x.md equations: Fix syntax errors in built-in equations 2024-09-04 12:49:38 +02:00
keyboard.png menus: Place ListMenu as a keyboard-accesisble menu 2024-03-28 23:51:08 +01:00
shifts.bmp images: Convert help images to BMP 2024-07-22 01:19:41 +02:00