diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 23:10:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 23:10:22 +0300 |
| commit | 50bff2ffa7a09f3ae35b10219b49d5cf38457066 (patch) | |
| tree | 997173667c42b78d902ce8f715d52af72b238e6a /docs/constants.md | |
| parent | dc89fa2bbcdea7c8847828f64be5e46ddded33fb (diff) | |
docs: de-LLM all .md files - remove corporate language, over-explanation, and LLM patterns
Diffstat (limited to 'docs/constants.md')
| -rw-r--r-- | docs/constants.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/constants.md b/docs/constants.md index effb71b..264e2cd 100644 --- a/docs/constants.md +++ b/docs/constants.md @@ -1,6 +1,6 @@ # Constants -The gt calculator includes a comprehensive set of built-in mathematical constants that can be used directly in RPN expressions. Constants are resolved automatically — just use the name as a token. +gt includes these built-in mathematical constants. They're resolved automatically — just use the name as a token. ## Built-in Constants @@ -81,9 +81,9 @@ Lists all 36 built-in constants with their values, sorted alphabetically. gt 'clearconstants' ``` -Removes all user-defined constants and resets built-in constants to their default values. Built-in constants cannot be permanently deleted. +Removes all user-defined constants and resets built-in constants to their default values. Built-in constants can't be permanently deleted. -## Practical Use Cases +## Examples ### Geometry @@ -140,4 +140,4 @@ gt 'pi' # → 3.141592654 (constant restored) - Constants are resolved before variables in the lookup order - All constants use float64 precision (10 significant digits in output) - Greek letter aliases are fully supported for the most common constants -- Built-in constants cannot be individually deleted, only overwritten with variables +- Built-in constants can't be individually deleted, only overwritten with variables |
