specless.automaton.utils
Utils
This module provides utility functions and classes for various operations.
Functions
Calculates the logarithm of a number with a specified base. |
|
Calculates the product of a number and its logarithm with a specified base. |
|
Calculates the product of two numbers, one of which is multiplied by the logarithm of the other. |
|
Calculates the product of two numbers, one of which is multiplied by the logarithm of the other. |
Classes
A nice class-based interface to create a max heap, using the heapq library. |
|
Overrides the comparison, so you can create a max heap easily. |
|
A nice class-based interface to the heapq library. |