mathlib.legacy_format

mathlib.legacy_format(value)
Deprecated🔧Utils

Format value as a string using the old formatting rules.

Deprecated since version 0.1.0: Use add() and format the result yourself.

Parameters

valueobject

Any object that supports str().

Returns

str