.. floatrange documentation master file, created by sphinx-quickstart on Tue Sep 1 20:08:01 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. floatrange's documentation! =========================== .. toctree:: :maxdepth: 2 .. automodule:: floatrange floatrange class ---------------- .. autoclass:: floatrange Other solutions --------------- If you have the `scipy's numpy `_ package installed, see :func:`numpy.arange` and :func:`numpy.linspace` functions (docs for `arange `_ and `linspace `_). If you have heavy computation, this is the way to go. Note these differences between numpy functions and floatrange: - floatrange generate values when needed, like :func:`range`. - floatrange has a precision parameter ``prec`` to deal with inaccurate floating point computation. - floatrange is a pure Python module. And searching for ``Python float range``, or ``frange`` will give you other solutions (see also comments on these solutions when available). .. :: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`