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
h or H: convert a floating-point argument to hexadecimal notation, in the style 0xh.hhhh p+-dd (hexadecimal mantissa, exponent in decimal and denotes a power of 2).
I discover that batteries has a reimplementation of the Printf module.
Since it uses BatInnerIO, I suspect it is slower than Stdlib.Printf.
And I suspect that's why I never used this batteries module...
One has to resort to Legacy.Printf.sprintf for that, which is not convenient.
Also, this crash at runtime!
The text was updated successfully, but these errors were encountered: