guessfactor.calc

guessfactor.calc(arg0: float, arg1: List[float], arg2: List[float]) List[List[Tuple[float, float]]]

Guess the factor from bases and exponents. First parameter is the goal.

second parameter are the bases and then the exponents.

Returns an ordered list with indices of the exponents.