1// =============================================================================
2// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3// Copyright (C) ????-2008 - INRIA
4//
5//  This file is distributed under the same license as the Scilab package.
6// =============================================================================
7// <-- CLI SHELL MODE -->
8//
9if  %inf <>  %inf <> %f then pause,end
10if  %inf ==  %inf <> %t then pause,end
11if  %inf >   %inf <> %f then pause,end
12if  %inf <   %inf <> %f then pause,end
13if  %inf >=  %inf <> %t then pause,end
14if  %inf <=  %inf <> %t then pause,end
15if  %nan <>  %nan <> %t then pause,end
16if  %nan ==  %nan <> %f then pause,end
17if  %nan >   %nan <> %f then pause,end
18if  %nan <   %nan <> %f then pause,end
19if  %nan >=  %nan <> %f then pause,end
20if  %nan <=  %nan <> %f then pause,end
21if  %nan <>  %inf <> %t then pause,end
22if  %nan ==  %inf <> %f then pause,end
23if  %nan >   %inf <> %f then pause,end
24if  %nan <   %inf <> %f then pause,end
25if  %nan >=  %inf <> %f then pause,end
26if  %nan <=  %inf <> %f then pause,end
27if  %inf <>  %nan <> %t then pause,end
28if  %inf ==  %nan <> %f then pause,end
29if  %inf >   %nan <> %f then pause,end
30if  %inf <   %nan <> %f then pause,end
31if  %inf >=  %nan <> %f then pause,end
32if  %inf <=  %nan <> %f then pause,end
33if  %inf <>  5.0  <> %t then pause,end
34if  %inf ==  5.0  <> %f then pause,end
35if  %inf >   5.0  <> %t then pause,end
36if  %inf <   5.0  <> %f then pause,end
37if  %inf >=  5.0  <> %t then pause,end
38if  %inf <=  5.0  <> %f then pause,end
39if  %nan <>  5.0  <> %t then pause,end
40if  %nan ==  5.0  <> %f then pause,end
41if  %nan >   5.0  <> %f then pause,end
42if  %nan <   5.0  <> %f then pause,end
43if  %nan >=  5.0  <> %f then pause,end
44if  %nan <=  5.0  <> %f then pause,end
45