Home | Notes | Languages | Programs | Homework |
Re: Operator meanings |
Stephen Edwards (edwards@CS.VT.EDU)
Fri, 9 Nov 2001 15:51:15 -0500
Message-ID: <3BEC41C3.43285F59@cs.vt.edu> Date: Fri, 9 Nov 2001 15:51:15 -0500 From: Stephen Edwards <edwards@CS.VT.EDU> Subject: Re: Operator meanings
Look up the operators in the SWI-Prolog manual, which explains what
they do. For example, Section 3.23 shows the basic arithmetic
relational operators (= and \= are in Section 3.5, since they do *not*
work with arithmetic expressions). Section 3.24 shows the normal math
function operators (+, -, etc.).
-- Steve
-- Stephen Edwards 604 McBryde Hall Dept. of Computer Science e-mail : edwards@cs.vt.edu U.S. mail: Virginia Tech (VPI&SU) office phone: (540)-231-5723 Blacksburg, VA 24061-0106 -------------------------------------------------------------------------------
Home | Notes | Languages | Programs | Homework |