Update behavior-math-clamp-nan.md

This commit is contained in:
Arseny Kapoulkine 2023-07-30 20:07:08 -07:00 committed by GitHub
parent 8bcf787362
commit 5cdd85f3b9
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# `math.clamp(nan, a, b)` returns a instead of `nan`
# Change `math.clamp(nan, a, b)` to return a instead of `nan`
## Summary