Remove outdated TODO on math:round.

This commit is contained in:
Qi Xiao 2021-06-10 00:11:52 +01:00
parent b7f2457820
commit 59e4a7302a

View File

@ -39,7 +39,7 @@ var fns = map[string]interface{}{
"min": min,
"pow": math.Pow, // TODO: Make exactness-preserving for integer exponents
"pow10": math.Pow10, // TODO: Make exactness-preserving for integer exponents
"round": round, // TODO: Make exactness-preserving
"round": round,
"round-to-even": roundToEven,
"sin": math.Sin,
"sinh": math.Sinh,