#include <math.h>
Include dependency graph for ext2c.c:
Go to the source code of this file.
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 }