From 5e3fa36fa2e99736fcad18594e2b500ea4570190 Mon Sep 17 00:00:00 2001 From: MagmaBurnsV <111158858+MagmaBurnsV@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:10:35 -0400 Subject: [PATCH] Update function-math-map.md --- docs/function-math-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/function-math-map.md b/docs/function-math-map.md index 548d1af..b42a791 100644 --- a/docs/function-math-map.md +++ b/docs/function-math-map.md @@ -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.