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
The title says it all. Many bigint libraries can produce div and mod simultaneously, and therefor some Prolog systems have a divmod/4 predicate.
divmod/4
I stepped over this problem when porting some code:
?- float_pow_half_even(-14744, -3, X). error(existence_error(procedure,divmod/4),float_rat_half_even/3).
See also some discussion here:
Feature request predicate divmod/4 ciao-lang/ciao#71
The text was updated successfully, but these errors were encountered:
Prolog systems that have it I found:
Sorry, something went wrong.
Not needed anymore, was using (//)/2 and rem/2 explicitly.
No branches or pull requests
The title says it all. Many bigint libraries can produce
div and mod simultaneously, and therefor some Prolog
systems have a
divmod/4
predicate.I stepped over this problem when porting some code:
See also some discussion here:
Feature request predicate divmod/4
ciao-lang/ciao#71
The text was updated successfully, but these errors were encountered: