checkin of 0.3.0
[pspp-builds.git] / tests / bignum.stat
1 title 'Test use of big numbers'.
2
3 *** Do the portable output.
4 remark EOF
5 ----------------------------------------------------------------------
6 Testing use of big numbers.\n
7 The numbers in the data file are designed for IEEE754 double
8 format--if your system uses something different then the test needs to
9 be adjusted for whatever are big numbers to your system.
10 ----------------------------------------------------------------------
11 EOF
12 data list file='bignum.data'/BIGNUM 1-40.
13 list.
14
15 *** Do the nonportable output for fun. 
16 remark EOF
17 NOCOMP
18 SUCCESS?
19 ----------------------------------------------------------------------
20 This test merely shows whether your system can successfully handle
21 floating-point overflow.  If you get a fatal exception at this point,
22 the source needs some editing--glob.c should mask overflow exceptions
23 in init_glob().  Again, the numbers are specific to IEEE754 double
24 format.
25 ----------------------------------------------------------------------
26 EOF
27 descriptives BIGNUM.
28 rem-SUCCESS