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
Fix#37756: Correct formatting of hexadecimal imaginary parts (#57803)
The 'show' method for 'Complex' was not properly handling cases where
the imaginary part was represented in hexadecimal ('0x'). This could
lead to missing multiplication symbols '*' in the output, making the
formatting inconsistent.
---------
Co-authored-by: Lilith Orion Hafner <[email protected]>
0 commit comments