You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, this will be a standalone implementation - no reliance on numpy or sympy. I'd like to avoid adding those as requirements, as they're quite large libraries.
The implementation must be deterministic.
Bonus points for using the current-best set of witnesses to ensure accuracy for very large numbers.
The text was updated successfully, but these errors were encountered:
@misingnoglic As I mentioned on the PR that I prematurely merged, the implementation you wrote does not meet the requirements, because it is not a deterministic implementation.
Ideally, this will be a standalone implementation - no reliance on numpy or sympy. I'd like to avoid adding those as requirements, as they're quite large libraries.
The implementation must be deterministic.
Bonus points for using the current-best set of witnesses to ensure accuracy for very large numbers.
The text was updated successfully, but these errors were encountered: