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
Hi @bedilbek, you're right, the jaq 1.6 behaviour does not seem to be very consistent.
This was due to a bug; I thought that for a floating-point number f, f / 1e6 is equivalent to f * 1e-6; it turns out that the former (division) preserves more precision than the latter (multiplication).
I also fixed the precision of todate to always print 6 decimal places if the input is a floating-point number. This should also contribute to making the formatting more consistent.
Again, thanks for spotting and reporting this!
The text was updated successfully, but these errors were encountered: