base7-sign-magnitude

Status: IN

Negative inputs in convert_to_base7 are handled by converting to absolute value and prepending `"-"`, avoiding Python's floor-division behavior on negative numbers which would complicate digit extraction.

Source: entries/2026/06/06/base-7-solution.md

JSON