/[guile]/guile/guile-core/test-suite/tests/numbers.test
ViewVC logotype

Diff of /guile/guile-core/test-suite/tests/numbers.test

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

revision 1.5.4.2 by rlb, Fri Sep 21 17:47:43 2001 UTC revision 1.5.4.3 by rlb, Thu May 16 16:48:02 2002 UTC
# Line 42  Line 42 
42    
43  (use-modules (ice-9 documentation))  (use-modules (ice-9 documentation))
44    
   
45  ;;;  ;;;
46  ;;; miscellaneous  ;;; miscellaneous
47  ;;;  ;;;
# Line 1292  Line 1291 
1291  ;;;  ;;;
1292    
1293  ;;;  ;;;
1294    ;;; sqrt
1295    ;;;
1296    
1297    ;;;
1298    ;;; expt
1299    ;;;
1300    
1301    (with-test-prefix "expt"
1302      (pass-if "(= 1 (expt 0 0))" (= 1 (expt 0 0)))
1303      (pass-if "(= 1 (expt 0 0.0))" (= 1 (expt 0 0.0)))
1304      (pass-if "(= 1 (expt 0.0 0))" (= 1 (expt 0.0 0)))
1305      (pass-if "(= 1 (expt 0.0 0.0))" (= 1 (expt 0.0 0.0))))
1306    
1307    ;;;
1308  ;;; make-rectangular  ;;; make-rectangular
1309  ;;;  ;;;
1310    

Legend:
Removed from v.1.5.4.2  
changed lines
  Added in v.1.5.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26