range builtins

This commit is contained in:
Vitor Santos Costa
2012-10-23 14:55:17 +01:00
parent d2da55463f
commit 139b06115e
5 changed files with 160 additions and 1 deletions

25
library/range.yap Normal file
View File

@@ -0,0 +1,25 @@
/*************************************************************************
* *
* YAP Prolog *
* *
* Yap Prolog was developed at NCCUP - Universidade do Porto *
* *
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
* *
**************************************************************************
* *
* File: terms.yap *
* Last rev: 5/12/99 *
* mods: *
* comments: Term manipulation operations *
* *
*************************************************************************/
:- module(range, [
euclidean_distance/3
in_range/4,
in_range/8
]).