The following matrix identifies those combinations of data type,
mask, and maps that were used in the karith1 test1.sh testsuite to
verify operation of the code. All of these cases were tested and found
to give the results specified in test1.sh.

Scott Wilson
8 July 1994

Legend: 1) no mask no map, 2) mask, no map, 3) no mask, map, 4) mask, map

      BIT   BYTE UBYTE SHORT USHORT INT  UINT LONG ULONG FLOAT DOUBLE
abs         123  1 3   123   1      12   1    1    1     1234  1234
sqrt                                                     1
cbrt                                                     1
neg              123                                     1
recip	                                                 12    1	
not    1               1            1                    
clear  1               1            1                    1
set    1               1            1                    
sin                                                      1
asin                                                     1
cos                                                      1
acos                                                     1
tan                                                      1
atan                                                     1
sinh                                                     1
asinh                                                    1
cosh                                                     1
acosh                                                    1
tanh                                                     1
atanh                                                    1
sinc                                                     1
ceil                                                     1
floor                                                    1
trunc                                                    1
fract                                                    1
gamma                                                    1
erfc                                                     1
erf                                                      1

