ext2c.c File Reference

#include <math.h>

Include dependency graph for ext2c.c:

Go to the source code of this file.

Functions

int ext2c (int *n, double *a, double *b, double *c)


Function Documentation

int ext2c ( int n,
double *  a,
double *  b,
double *  c 
)

Definition at line 13 of file ext2c.c.

00014 {
00015     static int k;
00016     for (k = 0; k < *n; ++k) {
00017         c[k] = sin(a[k]) + cos(b[k]);
00018     }
00019     return(0);
00020 } 


Generated on Sun Mar 4 16:07:44 2007 for Scilab [trunk] by  doxygen 1.5.1