/[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.34 by kryde, Thu Oct 9 00:41:15 2003 UTC revision 1.35 by mvo, Fri Oct 10 14:32:11 2003 UTC
# Line 2074  Line 2074 
2074    
2075  (with-test-prefix "inexact->exact"  (with-test-prefix "inexact->exact"
2076        
2077    (pass-if-exception exception:numerical-overflow "+inf"    (pass-if-exception "+inf" exception:numerical-overflow
2078      (inexact->exact +.inf))      (inexact->exact +inf.0))
2079        
2080    (pass-if-exception exception:numerical-overflow "-inf"    (pass-if-exception "-inf" exception:numerical-overflow
2081      (inexact->exact -.inf))      (inexact->exact -inf.0))
2082        
2083    (pass-if-exception exception:numerical-overflow "nan"    (pass-if-exception "nan" exception:numerical-overflow
2084      (inexact->exact +.nan))      (inexact->exact +nan.0))
2085        
2086    (with-test-prefix "2.0**i to exact and back"    (with-test-prefix "2.0**i to exact and back"
2087      (do ((i 0   (1+ i))      (do ((i 0   (1+ i))

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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