We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GF = galois.GF_factory(2, 8) a = GF(37) b = GF(23) # Log base-b of a np.logn(a, b)
The text was updated successfully, but these errors were encountered:
Actually, logn() is buried in np.lib.scimath.logn. Maybe add a method to GF classes? Call would be GF.log(a, b)?
logn()
np.lib.scimath.logn
GF
GF.log(a, b)
https://numpy.org/doc/stable/reference/generated/numpy.lib.scimath.logn.html#numpy.lib.scimath.logn
Sorry, something went wrong.
Add arbitrary logarithm in FieldArray.log
FieldArray.log
1626abe
Fixes #32
e12d3a4
mhostetter
No branches or pull requests
The text was updated successfully, but these errors were encountered: