index
:
Scilab2C_fossee_old/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
elementaryFunctions
/
Trigonometry
/
sec
/
dsecs.c
blob: 9135ad14282d8cf3174df69f107b02c71927e7cb (
plain
)
1
2
3
4
5
6
7
#include <math.h> #include "sec.h" double dsecs(double in) { return (1/cos(in)); }