Changes
Page history
Update Home
authored
Oct 31, 2022
by
Dean Samuel Schmitz
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
54e91e3d
...
...
@@ -18,8 +18,8 @@ To connect mlpack and SICStus prolog i used the c interface of SICStus which can
## Extra Symbols
*
is the symbol for inupting a concret value from prolog to c/c++
*
is the symbol for inputing a variable from prolog to c/c++ that then gets assigned a value in one c side, that then can be used on the prolog side.
*
+
is the symbol for inupting a concret value from prolog to c/c++
*
-
is the symbol for inputing a variable from prolog to c/c++ that then gets assigned a value in one c side, that then can be used on the prolog side.
*
\[
-
\]
is the symbol for an output value from c/c++ to prolog, in its function very similar to -.
...
...
...
...