fix manual on bigint interface
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1400 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
3f3edfe2f7
commit
7175b62a27
@ -13529,6 +13529,7 @@ The following primitives are provided for verifying whether a term is
|
|||||||
a big int, creating a term from a big integer and to access the value
|
a big int, creating a term from a big integer and to access the value
|
||||||
of a big int from a term.
|
of a big int from a term.
|
||||||
@example
|
@example
|
||||||
|
YAP_Bool YAP_IsBigNumTerm(YAP_Term @var{t})
|
||||||
YAP_Term YAP_MkBigNumTerm(YAP_Int @var{i})
|
YAP_Term YAP_MkBigNumTerm(YAP_Int @var{i})
|
||||||
YAP_Int YAP_BigNumOfTerm(YAP_Term @var{t})
|
YAP_Int YAP_BigNumOfTerm(YAP_Term @var{t})
|
||||||
@end example
|
@end example
|
||||||
|
Reference in New Issue
Block a user