mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Remove outdated TODO on math:round.
This commit is contained in:
parent
b7f2457820
commit
59e4a7302a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user