From de38f662cac72b0ab748447df4761fb17285c8a6 Mon Sep 17 00:00:00 2001 From: T045TN1NJ4 Date: Sat, 8 Mar 2025 15:26:56 -0500 Subject: [PATCH] Update explicit-accuracy-for-math-round.md --- docs/explicit-accuracy-for-math-round.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explicit-accuracy-for-math-round.md b/docs/explicit-accuracy-for-math-round.md index f76cba7..8603b7c 100644 --- a/docs/explicit-accuracy-for-math-round.md +++ b/docs/explicit-accuracy-for-math-round.md @@ -1,4 +1,4 @@ -# Explicit accuracy for math.round +# Explicit degree of accuracy input for math.round ## Summary This RFC proposes introducing a second parameter to `math.round` to allow users to declare a degree of accuracy to round numbers to.