assay
test suite

arithmetic

6 tests · 1 with documented divergences

Test Subject Formula Category DVs
addition op:+ =1+1 value
division op:/ =10/3 value 4
division-by-zero op:/ =1/0 value
negative-exponent op:^ =2^-3 value
operator-precedence op:+ =2+3*4 value
concatenation op:& ="hello" & " " & "world" value