From 8303cef501ec008f1ab28cae2c951d2b23975705 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sat, 13 May 2023 17:25:22 -0700 Subject: [PATCH] Link to js Math object --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index d71a47f..02c562e 100644 --- a/manual.md +++ b/manual.md @@ -84,7 +84,7 @@ There are also values: ### Math functions -These are all identical to what Javascript typically has under the `Math` namespace: +These are all identical to what Javascript typically has under the [`Math`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math) namespace: - `max` - `min`