diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-10-29 19:35:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-10-29 19:35:44 +0100 |
| commit | 9c29dbf84f7d58d3dd85dfa2c336a72562ff6814 (patch) | |
| tree | 2ecef6046bc35816472f04e633c6113806f230cf /docs | |
| parent | 987e97cc2c01f44c41610d510eeaa8b115f7b04f (diff) | |
Docs fixes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/groups.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index cbf9cfec..c6ec4533 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -109,8 +109,19 @@ category: foundations path: ["calc"] description: | - Calculations and processing of numeric values. + Module for calculations and processing of numeric values. - These functions are part of the `calc` module and not imported by default. + These definitions are part of the `calc` module and not imported by default. In addition to the functions listed below, the `calc` module also defines the constants `pi`, `tau`, `e`, `inf`, and `nan`. + +- name: sys + display: System + category: foundations + path: ["sys"] + description: | + Module for system interactions. + + Currently, this module defines a single item: The `sys.version` constant + (of type [`version`]($version)), that specifies the currently active + Typst compiler version. |
