circuitpython/tests/circuitpython/synthmath.py.exp

204 lines
10 KiB
Plaintext

synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=-1.0, b=4.0, c=9.0)
(12.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=-1.0, b=4.0, c=9.0)
(-6.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=-1.0, b=4.0, c=9.0)
(-36.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=-1.0, b=4.0, c=9.0)
(-0.4444444444444445,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=-1.0, b=4.0, c=9.0)
(5.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=-1.0, b=4.0, c=9.0)
(27.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=-1.0, b=4.0, c=9.0)
(44.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=-1.0, b=4.0, c=9.0)
(4.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=-1.0, b=4.0, c=9.0)
(8.75,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=-1.0, b=4.0, c=9.0)
(0.3333333333333333,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=-1.0, b=4.0, c=9.0)
(4.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=-1.0, b=4.0, c=9.0)
(9.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=-1.0, b=4.0, c=9.0)
(-1.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=-1.0, b=4.0, c=9.0)
(1.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=4.0, b=-1.0, c=9.0)
(12.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=4.0, b=-1.0, c=9.0)
(-6.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=4.0, b=-1.0, c=9.0)
(-36.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=4.0, b=-1.0, c=9.0)
(-0.4444444444444445,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=4.0, b=-1.0, c=9.0)
(5.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=4.0, b=-1.0, c=9.0)
(27.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=4.0, b=-1.0, c=9.0)
(-41.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=4.0, b=-1.0, c=9.0)
(-1.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=4.0, b=-1.0, c=9.0)
(5.0,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=4.0, b=-1.0, c=9.0)
(0.3333333333333333,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=4.0, b=-1.0, c=9.0)
(4.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=4.0, b=-1.0, c=9.0)
(9.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=4.0, b=-1.0, c=9.0)
(-1.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=4.0, b=-1.0, c=9.0)
(4.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=9.0, b=4.0, c=-1.0)
(12.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=9.0, b=4.0, c=-1.0)
(14.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=9.0, b=4.0, c=-1.0)
(-36.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=9.0, b=4.0, c=-1.0)
(-36.0,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=9.0, b=4.0, c=-1.0)
(35.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=9.0, b=4.0, c=-1.0)
(-13.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=9.0, b=4.0, c=-1.0)
(14.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=9.0, b=4.0, c=-1.0)
(9.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=9.0, b=4.0, c=-1.0)
(1.25,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=9.0, b=4.0, c=-1.0)
(-13.0,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=9.0, b=4.0, c=-1.0)
(4.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=9.0, b=4.0, c=-1.0)
(9.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=9.0, b=4.0, c=-1.0)
(-1.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=9.0, b=4.0, c=-1.0)
(9.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=0.0, b=0.0, c=0.0)
(0.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=3.0, b=2.0, c=1.0)
(6.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=3.0, b=2.0, c=1.0)
(4.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=3.0, b=2.0, c=1.0)
(6.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=3.0, b=2.0, c=1.0)
(6.0,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=3.0, b=2.0, c=1.0)
(7.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=3.0, b=2.0, c=1.0)
(5.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=3.0, b=2.0, c=1.0)
(2.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=3.0, b=2.0, c=1.0)
(2.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=3.0, b=2.0, c=1.0)
(2.5,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=3.0, b=2.0, c=1.0)
(5.0,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=3.0, b=2.0, c=1.0)
(2.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=3.0, b=2.0, c=1.0)
(3.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=3.0, b=2.0, c=1.0)
(1.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=3.0, b=2.0, c=1.0)
(3.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=2.0, b=1.0, c=1.0)
(4.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=2.0, b=1.0, c=1.0)
(2.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=2.0, b=1.0, c=1.0)
(2.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=2.0, b=1.0, c=1.0)
(2.0,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=2.0, b=1.0, c=1.0)
(3.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=2.0, b=1.0, c=1.0)
(3.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=2.0, b=1.0, c=1.0)
(1.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=2.0, b=1.0, c=1.0)
(1.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=2.0, b=1.0, c=1.0)
(3.0,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=2.0, b=1.0, c=1.0)
(3.0,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=2.0, b=1.0, c=1.0)
(1.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=2.0, b=1.0, c=1.0)
(2.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=2.0, b=1.0, c=1.0)
(1.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=2.0, b=1.0, c=1.0)
(2.0,)
synthio.MathOperation.SUM Math(operation=synthio.MathOperation.SUM, a=1.0, b=0.0, c=1.0)
(2.0,)
synthio.MathOperation.ADD_SUB Math(operation=synthio.MathOperation.ADD_SUB, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.PRODUCT Math(operation=synthio.MathOperation.PRODUCT, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.MUL_DIV Math(operation=synthio.MathOperation.MUL_DIV, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.SCALE_OFFSET Math(operation=synthio.MathOperation.SCALE_OFFSET, a=1.0, b=0.0, c=1.0)
(1.0,)
synthio.MathOperation.OFFSET_SCALE Math(operation=synthio.MathOperation.OFFSET_SCALE, a=1.0, b=0.0, c=1.0)
(1.0,)
synthio.MathOperation.LERP Math(operation=synthio.MathOperation.LERP, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.CONSTRAINED_LERP Math(operation=synthio.MathOperation.CONSTRAINED_LERP, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.DIV_ADD Math(operation=synthio.MathOperation.DIV_ADD, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.ADD_DIV Math(operation=synthio.MathOperation.ADD_DIV, a=1.0, b=0.0, c=1.0)
(1.0,)
synthio.MathOperation.MID Math(operation=synthio.MathOperation.MID, a=1.0, b=0.0, c=1.0)
(1.0,)
synthio.MathOperation.MAX Math(operation=synthio.MathOperation.MAX, a=1.0, b=0.0, c=1.0)
(1.0,)
synthio.MathOperation.MIN Math(operation=synthio.MathOperation.MIN, a=1.0, b=0.0, c=1.0)
(0.0,)
synthio.MathOperation.ABS Math(operation=synthio.MathOperation.ABS, a=1.0, b=0.0, c=1.0)
(1.0,)