-
Updated
Jan 30, 2022 - HTML
prolog
Here are 1,525 public repositories matching this topic...
Currently, we have:
?- X is 0.1. X = 0.1.
which is conforming. However, 0.1 cannot be represented exactly as a floating point number.
It would therefore be useful to have a predicate that lets us inspect a floating point number in such a way that we can see what it "actually" is. For example, it would be useful to see the floating point number expressed as a
-
Updated
Mar 9, 2022 - HTML
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Sep 21, 2021
-
Updated
Mar 20, 2022 - Go
Hi there,
Thanks for this amazing module.
I think there is a problem with the way terms are printed.
I run some Prolog code from Python, querying Prolog with:
H = pyswip.Variable()
induce = pyswip.Functor('induce', 1)
q = Query(induce(H))
q.nextSolution()
print(H.value)
I get a result like this for H:
[Functor(319757,2,
[Functor(9048461,3,_10560234,_10560236,_1056023
-
Updated
Mar 18, 2022 - Prolog
-
Updated
Mar 6, 2022 - Shen
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 31, 2021 - Prolog
-
Updated
Aug 9, 2021 - Prolog
-
Updated
Dec 25, 2021 - Python
-
Updated
Feb 24, 2021 - C++
-
Updated
Jun 1, 2020 - Python
-
Updated
May 13, 2021 - Prolog
-
Updated
Oct 13, 2021 - Prolog
-
Updated
Jan 7, 2020 - Prolog
-
Updated
Feb 27, 2022 - Julia
-
Updated
Feb 6, 2021 - Prolog
-
Updated
Jul 1, 2021 - Prolog
-
Updated
Mar 7, 2022 - Prolog
-
Updated
Mar 16, 2022 - Clojure
-
Updated
Jul 28, 2020 - Prolog
-
Updated
Sep 15, 2021 - Rust
Improve this page
Add a description, image, and links to the prolog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prolog topic, visit your repo's landing page and select "manage topics."


It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.