fix markdown list

Signed-off-by: 咸鱼暄 <30610597+smd1121@users.noreply.github.com>
pull/14464/head
咸鱼暄 2024-07-10 12:44:51 +08:00 committed by Ayoub Mrini
parent caa71fb3c7
commit ad03ede602
1 changed files with 1 additions and 0 deletions

View File

@ -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`