mathlib.legacy_format¶ mathlib.legacy_format(value)¶ Deprecated🔧UtilsFormat value as a string using the old formatting rules. Deprecated since version 0.1.0: Use add() and format the result yourself. Parameters¶ valueobjectAny object that supports str(). Returns¶ str