> MathSpeed  N%=100 : ("Integer + Integer: "; 25A%=N%:T%=:A=100+3:A%=A%-1:A%=0:;-T%;"cs";4; <"Integer - Integer: "; F1A%=N%:T%=:A=100-3:A%=A%-1:A%=0:;-T%;"cs" P"Float + Integer: "; Z3A%=N%:T%=:A=+3:A%=A%-1:A%=0:;-T%;"cs";4; d"Float - Integer: "; n/A%=N%:T%=:A=-3:A%=A%-1:A%=0:;-T%;"cs" x"Float + Float: "; 3A%=N%:T%=:A=+:A%=A%-1:A%=0:;-T%;"cs";4; "Float - Float: "; /A%=N%:T%=:A=-:A%=A%-1:A%=0:;-T%;"cs"  : "Integer * Integer: "; 5A%=N%:T%=:A=100*3:A%=A%-1:A%=0:;-T%;"cs";4; "Integer * -Integer: "; 2A%=N%:T%=:A=100*-3:A%=A%-1:A%=0:;-T%;"cs" "Float * Integer: "; 3A%=N%:T%=:A=*3:A%=A%-1:A%=0:;-T%;"cs";4; "Float * -Integer: "; 0A%=N%:T%=:A=*-3:A%=A%-1:A%=0:;-T%;"cs" "Float * Float: "; 3A%=N%:T%=:A=*:A%=A%-1:A%=0:;-T%;"cs";4; "Float * -Float: "; "0A%=N%:T%=:A=*-:A%=A%-1:A%=0:;-T%;"cs" , 6: @"Integer / Integer: "; J5A%=N%:T%=:A=100/3:A%=A%-1:A%=0:;-T%;"cs";4; T"Integer / -Integer: "; ^2A%=N%:T%=:A=100/-3:A%=A%-1:A%=0:;-T%;"cs" h"Float / Integer: "; r3A%=N%:T%=:A=/3:A%=A%-1:A%=0:;-T%;"cs";4; |"Float / -Integer: "; 0A%=N%:T%=:A=/-3:A%=A%-1:A%=0:;-T%;"cs" "Float / Float: "; 3A%=N%:T%=:A=/:A%=A%-1:A%=0:;-T%;"cs";4; "Float / -Float: "; 0A%=N%:T%=:A=/-:A%=A%-1:A%=0:;-T%;"cs"  : "Integer DIV Integer: "; 5A%=N%:T%=:A=1003:A%=A%-1:A%=0:;-T%;"cs";4; "Integer DIV -Integer: "; 2A%=N%:T%=:A=100-3:A%=A%-1:A%=0:;-T%;"cs" "Float DIV Integer: "; 4A%=N%:T%=:A= 3:A%=A%-1:A%=0:;-T%;"cs";4; "Float DIV -Integer: "; 1A%=N%:T%=:A= -3:A%=A%-1:A%=0:;-T%;"cs" "Float DIV Float: "; &5A%=N%:T%=:A= :A%=A%-1:A%=0:;-T%;"cs";4; 0"Float DIV -Float: "; :2A%=N%:T%=:A= -:A%=A%-1:A%=0:;-T%;"cs" D N: X"Integer MOD Integer: "; b5A%=N%:T%=:A=1003:A%=A%-1:A%=0:;-T%;"cs";4; l"Integer MOD -Integer: "; v2A%=N%:T%=:A=100-3:A%=A%-1:A%=0:;-T%;"cs" "Float MOD Integer: "; 4A%=N%:T%=:A= 3:A%=A%-1:A%=0:;-T%;"cs";4; "Float MOD -Integer: "; 1A%=N%:T%=:A= -3:A%=A%-1:A%=0:;-T%;"cs" "Float MOD Float: "; 5A%=N%:T%=:A= :A%=A%-1:A%=0:;-T%;"cs";4; "Float MOD -Float: "; 2A%=N%:T%=:A= -:A%=A%-1:A%=0:;-T%;"cs"