[pure-lang-svn] SF.net SVN: pure-lang:[589] pure/trunk/test/test020.pure
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-08-23 22:24:41
|
Revision: 589
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=589&view=rev
Author: agraef
Date: 2008-08-23 22:24:50 +0000 (Sat, 23 Aug 2008)
Log Message:
-----------
Comment changes.
Modified Paths:
--------------
pure/trunk/test/test020.pure
Modified: pure/trunk/test/test020.pure
===================================================================
--- pure/trunk/test/test020.pure 2008-08-23 22:16:55 UTC (rev 588)
+++ pure/trunk/test/test020.pure 2008-08-23 22:24:50 UTC (rev 589)
@@ -8,6 +8,8 @@
asinh, acosh, atanh, abs, re, im, arg, conj, rect, polar, cis, ceil,
floor, round, frac, complexp, realp, rationalp, numberp, exactp,
inexactp, infp, nanp];
+// Note: the symbolic constant 'x' at the end of the list is for testing
+// operations with symbolic arguments (these should all yield '__failed__').
let x = [1, -1, 0, 0.0, 1.2, -1.2, 1%3, -1%4, 1+:2, -1+:2, 1+:-2, -1.2+:4.3,
1.2+:-4.3, 1%2+:1, 1%2+:3%4, 3<:1, -3<:1, 3.0<:-3, 3.1<:2.5, (2%3)<:2,
(1%2)<:(3%4), -inf, nan, x];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|