Integer Arithmetic

The computer relies on arithmetic. Here we test a variety of arithmetic operations.
Math.ArithmeticFixture
xy+-*/
000000
123-120.5
1-102-1-1
10000100002000001000000001


Now we try something similar using automatic type conversion.

Math.ArithmeticColumnFixture
xyplus()times()divide()floating()
235600.666666666667
0000errorerror
0000
2003005006000000.666666666667
2310101010
20035600.6666667
2-3-1-60-0.666666666667


fit.Summary

This document implements Ward Cunningham's FIT examples