Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.13k stars 1.39k forks source link

Don't render `sum` filter results in scientific notation. #1728

Open jg-rp opened 1 year ago

jg-rp commented 1 year ago

This pull request changes the standard sum filter to return a float instead of a BigDecimal when given one or more floats as input, as all standard math filters do.

This is necessary to prevent the result being rendered in scientific notation.

Closes #1725.