csub.c File Reference

Go to the source code of this file.

Functions

int csub (double *a, double *b, double *c)


Function Documentation

int csub ( double *  a,
double *  b,
double *  c 
)

Definition at line 6 of file csub.c.

Referenced by sci_csub().

00007 {
00008         *c = *a - *b;
00009         return 0;
00010 }

Here is the caller graph for this function:


Generated on Tue Sep 9 17:48:37 2008 for Scilab [trunk] by  doxygen 1.5.5