You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could use sprintf("%.17e") as in the reprex to always convert to exponential notation with enough decimal numbers.
@hannes: Are you aware of databases that would complain about numbers passed in exponential notation in situations when they wouldn't complain about decimal numbers?
The text was updated successfully, but these errors were encountered:
Created on 2022-12-09 with reprex v2.0.2
We could use
sprintf("%.17e")
as in the reprex to always convert to exponential notation with enough decimal numbers.@hannes: Are you aware of databases that would complain about numbers passed in exponential notation in situations when they wouldn't complain about decimal numbers?
The text was updated successfully, but these errors were encountered: