range builtins
This commit is contained in:
25
library/range.yap
Normal file
25
library/range.yap
Normal 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
|
||||
]).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user