4.4BSD/usr/src/old/awk/test/t.arith

{ print $1, $1+$1, $1-$1, $1 * $1, $1/$1, $1 % NR }