diff options
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} |