From 8cee38a298bb818a400f0dce0efd54d593250eec Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 23 May 2011 13:13:50 +0200 Subject: eval: implement not() expression --- tests/ref/fate/eval | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/ref') diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index 00e5887a9a..0e4844efc5 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -139,5 +139,14 @@ Evaluating 'sqrt(1764)' Evaluating 'sqrt(-1)' 'sqrt(-1)' -> -nan +Evaluating 'not(1)' +'not(1)' -> 0.000000 + +Evaluating 'not(NAN)' +'not(NAN)' -> 0.000000 + +Evaluating 'not(0)' +'not(0)' -> 1.000000 + 12.700000 == 12.7 0.931323 == 0.931322575 -- cgit v1.2.3