From 3f52712f806fbd80d66dfdcaff401e5cf94dcca4 Mon Sep 17 00:00:00 2001 From: yash1112 Date: Fri, 7 Jul 2017 21:20:49 +0530 Subject: sci2c arduino updated --- tests/unit_tests/double/test_OpApex.sci | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/unit_tests/double/test_OpApex.sci (limited to 'tests/unit_tests/double/test_OpApex.sci') diff --git a/tests/unit_tests/double/test_OpApex.sci b/tests/unit_tests/double/test_OpApex.sci new file mode 100644 index 0000000..40c00da --- /dev/null +++ b/tests/unit_tests/double/test_OpApex.sci @@ -0,0 +1,11 @@ +function test_OpApex() + d0 = %pi + d2 = [1 2 3 4 ; 5 6 7 8 ; 9 10 11 12 ; 13 14 15 16] + z0 = d0 + %i * d0 + z2 = d2 + %i * d2 + + disp(d0') + disp(d2') + disp(z0') + disp(z2') +endfunction -- cgit