linRangeByCount =============== .. currentmodule:: fathon.fathonUtils .. autofunction:: linRangeByCount Usage examples ^^^^^^^^^^^^^^ .. code-block:: python from fathon import fathonUtils as fu #linearly separated elements a = fu.linRangeByCount(10, 100, count=42)