From ad03ede602ab1fa37d29b6a157b101657eb14ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=B8=E9=B1=BC=E6=9A=84?= <30610597+smd1121@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:44:51 +0800 Subject: [PATCH] fix markdown list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 咸鱼暄 <30610597+smd1121@users.noreply.github.com> --- docs/querying/functions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/querying/functions.md b/docs/querying/functions.md index 9a552f697..b4b498f32 100644 --- a/docs/querying/functions.md +++ b/docs/querying/functions.md @@ -98,6 +98,7 @@ vector. clamps the sample values of all elements in `v` to have a lower limit of `min` and an upper limit of `max`. Special cases: + - Return an empty vector if `min > max` - Return `NaN` if `min` or `max` is `NaN`