From 5a54dcb6874735aac86df4295d57cf5f9545287e Mon Sep 17 00:00:00 2001 From: rupak19 Date: Sat, 4 Apr 2020 16:04:24 +0530 Subject: first commit --- help/en_US/scilab_en_US_help/multiply.html | 79 ++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/multiply.html (limited to 'help/en_US/scilab_en_US_help/multiply.html') diff --git a/help/en_US/scilab_en_US_help/multiply.html b/help/en_US/scilab_en_US_help/multiply.html new file mode 100644 index 0000000..fca82b5 --- /dev/null +++ b/help/en_US/scilab_en_US_help/multiply.html @@ -0,0 +1,79 @@ +
+ +Calls a multiplication function defined in C with given inputs and returns the expected result
y = multiply(in1,in2)
ouput
Numbers to multiply
This function accepts accepts two numbers and multiply them
+ +