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 @@ + + + multiply + + + +
+ + + + +
+ << add + + + test_toolbox + + + +
+
+
+ + + + test_toolbox >> test_toolbox > multiply + +

+

multiply

+

Calls a multiplication function defined in C with given inputs and returns the expected result

+ + +

Syntax

+
y = multiply(in1,in2)
+ +

Parameters

+
y : +

ouput

+
in1 and in2 : +

Numbers to multiply

+ +

Description

+

This function accepts accepts two numbers and multiply them

+

+

+ +

Examples

+
// Multiplying two numbers
+y = multiply(3,5)
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << add + + + test_toolbox + + + +
+
+
+ + -- cgit