• PASS - basic_math: add(34, 5): 39 =?= 39 0
  • PASS - basic_math: sub(34, 5): 29 =?= 29 0
  • PASS - basic_math: mul(34, 5): 170 =?= 170 0
  • PASS - basic_math: div(34, 5): 6 =?= 6 0
  • PASS - basic_math: add(5.3, 5): 10.3 =?= 10.3 0
  • PASS - basic_math: sub(5.3, 5): 0.3 =?= 0.3 0
  • PASS - basic_math: mul(5.3, 5): 26.5 =?= 26.5 0
  • PASS - basic_math: div(5.3, 5): 1.06 =?= 1.06 0
  • PASS - basic_math: add(5, 5.3): 10.3 =?= 10.3 0
  • PASS - basic_math: sub(5, 5.3): -0.3 =?= -0.3 0
  • PASS - basic_math: mul(5, 5.3): 26.5 =?= 26.5 0
  • PASS - basic_math: div(5, 5.3): 0.943396 =?= 0.943396 0
  • PASS - basic_math: add(5, 5.3): 10.3 =?= 10.3 0
  • PASS - basic_math: sub(5, 5.3): -0.3 =?= -0.3 0
  • PASS - basic_math: mul(5, 5.3): 26.5 =?= 26.5 0
  • PASS - basic_math: div(5, 5.3): 0.943396 =?= 0.943396 0
  • PASS - basic_math: add((5,-3), (5.3,2.9)): (10.3,-0.1) =?= (10.3,-0.1) (0,0)
  • PASS - basic_math: sub((5,-3), (5.3,2.9)): (-0.3,-5.9) =?= (-0.3,-5.9) (0,0)
  • PASS - basic_math: mul((5,-3), (5.3,2.9)): (35.2,-1.4) =?= (35.2,-1.4) (0,0)
  • PASS - basic_math: div((5,-3), (5.3,2.9)): (0.487671,-0.832877) =?= (0.487671,-0.832877) (0,0)