From 22cfee9ea7d5556c44401054c0155511fed8f179 Mon Sep 17 00:00:00 2001 From: rupak Date: Tue, 20 Aug 2019 15:42:15 +0530 Subject: working code for single execution of function --- help/en_US/scilab_en_US_help/c_sum.html | 77 --------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/c_sum.html (limited to 'help/en_US/scilab_en_US_help/c_sum.html') diff --git a/help/en_US/scilab_en_US_help/c_sum.html b/help/en_US/scilab_en_US_help/c_sum.html deleted file mode 100644 index 72af33d..0000000 --- a/help/en_US/scilab_en_US_help/c_sum.html +++ /dev/null @@ -1,77 +0,0 @@ - - - c_sum - - - -
- - - - -
- << c_sub - - - scilab_toolbox - - - fortran_sum >> - -
-
-
- - - - scilab_toolbox >> scilab_toolbox > c_sum - -

-

c_sum

-

sum from C

-

Syntax

-
a = c_sum(b,c)
-

Arguments

-
b -

first input argument

-
c -

second input argument

-
a -

output argument

-

Description

-

Do a sum.

-

Add here a paragraph of the function description

-

LaTeX can also be used to render equation: In this case, the rendering should $x+y$

-

Examples

-
c_sum(3,4)
-

See also

-
-
- -
- - - - - - -
Report an issue
- << c_sub - - - scilab_toolbox - - - fortran_sum >> - -
-
-
- - -- cgit