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
numerator!
denominator!
src/QuadForm/Enumeration.jl
And then extend them to accept ZZRingElemOrPtr and QQFieldElemOrPtr. And change the implementation
ZZRingElemOrPtr
QQFieldElemOrPtr
However we should tweak them to use _num_ptr and _den_ptr instead of a ccall.
_num_ptr
_den_ptr
ccall
Perhaps we can get rid of all calls to fmpq_denominator, fmpq_denominator_ptr, fmpq_numerator, fmpq_numerator_ptr...
fmpq_denominator
fmpq_denominator_ptr
fmpq_numerator
fmpq_numerator_ptr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
And then extend them to accept
ZZRingElemOrPtr
andQQFieldElemOrPtr
. And change the implementationHowever we should tweak them to use
_num_ptr
and_den_ptr
instead of accall
.Perhaps we can get rid of all calls to
fmpq_denominator
,fmpq_denominator_ptr
,fmpq_numerator
,fmpq_numerator_ptr
...The text was updated successfully, but these errors were encountered: