• Abseil Team's avatar
    When printing floating-point numbers, print full precision by default. · 9c332145
    Abseil Team authored
    To make debug output readable, we still use the faster 6-digit precision
    sometimes, but only if it will round-trip.
    
    This way, when a test fails due to a very small difference in floating-point
    numbers, users will have enough digits to see the difference.
    
    PiperOrigin-RevId: 488958311
    Change-Id: Ibcac43f48a97006d89217530c69386cc4fa2735c
    9c332145
gtest-printers.h 38.6 KB