# `smolarith` API ```{eval-rst} .. role:: py(code) :language: python ``` `smolarith` does not export anything from the top-level; you must import the module you want to use, perhaps with an alias, e.g. ```{doctest} >>> import smolarith.mul as mul ``` ## Multiplication ```{eval-rst} .. automodule:: smolarith.mul :exclude-members: UNSIGNED, SIGNED, SIGNED_UNSIGNED ``` ## Division ```{eval-rst} .. automodule:: smolarith.div :exclude-members: UNSIGNED, SIGNED, RESTORING, NON_RESTORING ```