diff options
author | Sunil Shetye | 2019-05-17 17:30:07 +0530 |
---|---|---|
committer | Sunil Shetye | 2019-05-29 11:08:06 +0530 |
commit | 716c7a821a76e65bff30d0292095c585e37c3ac0 (patch) | |
tree | e56be10d77d70990c749b139d063b6bda69523ec /src/c/elementaryFunctions/Trigonometry/coth/scotha.c | |
parent | 953447ba5cd043470d0f35c8a780e1b4c4d0aebf (diff) | |
download | scilab2c-master.tar.gz scilab2c-master.tar.bz2 scilab2c-master.zip |
Diffstat (limited to 'src/c/elementaryFunctions/Trigonometry/coth/scotha.c')
-rw-r--r-- | src/c/elementaryFunctions/Trigonometry/coth/scotha.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c/elementaryFunctions/Trigonometry/coth/scotha.c b/src/c/elementaryFunctions/Trigonometry/coth/scotha.c index 53351621..df438b18 100644 --- a/src/c/elementaryFunctions/Trigonometry/coth/scotha.c +++ b/src/c/elementaryFunctions/Trigonometry/coth/scotha.c @@ -15,7 +15,6 @@ void scotha(float* in,int size,float* out) { - float val; int i=0; for(i=0;i<size;i++) { |