Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force all values to float64 for math #3613

Merged
merged 3 commits into from
Aug 10, 2015
Merged

Force all values to float64 for math #3613

merged 3 commits into from
Aug 10, 2015

Commits on Aug 10, 2015

  1. Force all values to Float64 for math

    Any literal values in a math query e.g. the '2' in 'value * 2' are
    stored as float64, so all other values must be cast to this type. This
    does mean that precision may be lost if the integer values are greater
    than 2^53.
    otoolep committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    18589e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a122e70 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    otoolep committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    c42697f View commit details
    Browse the repository at this point in the history