diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-07-13 10:59:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 10:59:19 +0200 |
commit | 64e774b05d76753454cda01b853f2ab31d571623 (patch) | |
tree | 80057605fc621691130c2d4bdb3bdde4a1db034e /lib/math.c | |
parent | c3fe389ad87810235b1a8ac8080adf47776cc922 (diff) | |
parent | f1190ef2f2719582efcad4109f1215b02baebfdf (diff) |
Merge pull request #164 from jow-/docs-improvements
docs: various improvements
Diffstat (limited to 'lib/math.c')
-rw-r--r-- | lib/math.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ */ /** - * This module bundles various mathematical functions. + * # Mathematical Functions + * + * The `math` module bundles various mathematical and trigonometrical functions. * * Functions can be individually imported and directly accessed using the * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#named_import named import} |