Update function-math-map.md

This commit is contained in:
MagmaBurnsV 2024-09-07 20:10:35 -04:00 committed by GitHub
parent 17bfcac8ea
commit 5e3fa36fa2
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ Just like common Luau implementations, `x` is allowed to be outside the input ra
## Drawbacks
This would add a new function to the native library, taking yet another fastcall slot.
This adds yet another function to the standard library.
The function may also not provide enough performance improvements to warrant its addition, so implementations of this should be benchmarked.