Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 573 Bytes

numbers.md

File metadata and controls

27 lines (18 loc) · 573 Bytes

Numbers

One-stop shop for all things numbers

The numbers module is used to manipulate numbers, typically by rounding and simplifying them, in utilities-industry-standard ways.

Usage

from xocto.numbers import quantise

>>> quantise(256, 5)
255

See xocto.numbers for more details, including examples and in depth technical details.

API Reference

.. module:: xocto.types

.. automodule:: xocto.numbers
   :members:
   :undoc-members:
   :show-inheritance: