mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update function-math-map.md
This commit is contained in:
parent
17bfcac8ea
commit
5e3fa36fa2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Just like common Luau implementations, `x` is allowed to be outside the input ra
|
||||||
|
|
||||||
## Drawbacks
|
## 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.
|
The function may also not provide enough performance improvements to warrant its addition, so implementations of this should be benchmarked.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue