diff options
author | Brijeshcr | 2017-07-28 21:13:41 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-28 21:13:41 +0530 |
commit | ca0a2c6789401cf56f02cc1c051ee7ee86010a27 (patch) | |
tree | d0cc28bffe1f519fe139acbb05f6d784c8b1d09e /2.3-1/tests/unit_tests/power.sce | |
parent | c9544c623c53e01c5e81709c92b25b6aa05bd7bd (diff) | |
download | Scilab2C-ca0a2c6789401cf56f02cc1c051ee7ee86010a27.tar.gz Scilab2C-ca0a2c6789401cf56f02cc1c051ee7ee86010a27.tar.bz2 Scilab2C-ca0a2c6789401cf56f02cc1c051ee7ee86010a27.zip |
Test files added
Diffstat (limited to '2.3-1/tests/unit_tests/power.sce')
-rw-r--r-- | 2.3-1/tests/unit_tests/power.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2.3-1/tests/unit_tests/power.sce b/2.3-1/tests/unit_tests/power.sce new file mode 100644 index 00000000..b83b2c91 --- /dev/null +++ b/2.3-1/tests/unit_tests/power.sce @@ -0,0 +1,5 @@ +//test for scilab function nextpow2 +function power() + x = nextpow2([127 5]) //calling nextpow2 + disp(x) +endfunction |