powRangeByCount =============== .. currentmodule:: fathon.fathonUtils .. autofunction:: powRangeByCount Usage examples ^^^^^^^^^^^^^^ .. code-block:: python from fathon import fathonUtils as fu #elements given by `base` raised to linearly separated exponents a = fu.powRangeByCount(10, 1000, base=3, count=42)