[npl] / trunk / NationalProblemLibrary / ASU-topics / setContinuity / 4-1-31.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/ASU-topics/setContinuity/4-1-31.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 61 Revision 268
76$PAR 76$PAR
77$BR 77$BR
78 78
79EOT 79EOT
80 80
81@answers = (std_num_str_cmp(0,["x","INF","-INF"]),std_num_str_cmp("-INF",["x","INF","-INF"]),std_num_str_cmp("-INF",["x","INF","-INF"]), 81@answers = (num_cmp(0, strings=>["x","INF","-INF"]),num_cmp("-INF", strings=>["x","INF","-INF"]),num_cmp("-INF", strings=>["x","INF","-INF"]),
82 std_num_str_cmp($c,["x","INF","-INF"]),std_num_str_cmp("INF",["x","INF","-INF"]),std_num_str_cmp("INF",["x","INF","-INF"]), 82 num_cmp($c, strings=>["x","INF","-INF"]),num_cmp("INF", strings=>["x","INF","-INF"]),num_cmp("INF", strings=>["x","INF","-INF"]),
83 std_num_str_cmp("x",["x","INF","-INF"]),std_num_str_cmp("x",["x","INF","-INF"]),std_num_str_cmp("x",["x","INF","-INF"])); 83 num_cmp("x", strings=>["x","INF","-INF"]),num_cmp("x", strings=>["x","INF","-INF"]),num_cmp("x", strings=>["x","INF","-INF"]));
84 84
85 85
86 86
87 87
88ANS( @answers ); 88ANS(@answers );
89 89
90ENDDOCUMENT(); # This should be the last executable line in the problem. 90ENDDOCUMENT(); # This should be the last executable line in the problem.

Legend:
Removed from v.61  
changed lines
  Added in v.268

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9