changeset 2326:7ffb2a630708

[project @ 1996-07-15 22:31:34 by jwe]
author jwe
date Mon, 15 Jul 1996 22:31:34 +0000
parents b5568c31ee2c
children b2f6b8a0992d
files scripts/audio/loadaudio.m scripts/elfun/acot.m scripts/elfun/acoth.m scripts/elfun/acsc.m scripts/elfun/acsch.m scripts/elfun/asec.m scripts/elfun/cot.m scripts/elfun/coth.m scripts/elfun/log2.m scripts/miscellaneous/list_primes.m scripts/plot/mplot.m scripts/set/complement.m scripts/set/create_set.m scripts/signal/fftfilt.m scripts/specfun/beta.m scripts/statistics/ols.m scripts/strings/blanks.m scripts/strings/dec2bin.m
diffstat 18 files changed, 9 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/loadaudio.m
+++ b/scripts/audio/loadaudio.m
@@ -78,6 +78,3 @@
   fclose (num);
 
 endfunction
-
-
-
--- a/scripts/elfun/acot.m
+++ b/scripts/elfun/acot.m
@@ -29,4 +29,4 @@
 
   w = atan (1 ./ z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/acoth.m
+++ b/scripts/elfun/acoth.m
@@ -29,4 +29,4 @@
 
   w = atanh (1 ./ z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/acsc.m
+++ b/scripts/elfun/acsc.m
@@ -29,4 +29,4 @@
 
   w = asin (1 ./ z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/acsch.m
+++ b/scripts/elfun/acsch.m
@@ -29,4 +29,4 @@
 
   w = asinh (1 ./ z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/asec.m
+++ b/scripts/elfun/asec.m
@@ -29,4 +29,4 @@
 
   w = acos (1 ./ z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/cot.m
+++ b/scripts/elfun/cot.m
@@ -29,4 +29,4 @@
 
   w = 1 ./ tan(z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/coth.m
+++ b/scripts/elfun/coth.m
@@ -29,4 +29,4 @@
 
   w = 1 ./ tanh(z);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/elfun/log2.m
+++ b/scripts/elfun/log2.m
@@ -29,4 +29,4 @@
 
   w = log(z) / log(2);
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/miscellaneous/list_primes.m
+++ b/scripts/miscellaneous/list_primes.m
@@ -80,4 +80,4 @@
 
   endwhile
 
-endfunction
\ No newline at end of file
+endfunction
--- a/scripts/plot/mplot.m
+++ b/scripts/plot/mplot.m
@@ -86,6 +86,3 @@
   endif
 
 endfunction
-
-
-
--- a/scripts/set/complement.m
+++ b/scripts/set/complement.m
@@ -49,4 +49,3 @@
   endif
 
 endfunction
-
--- a/scripts/set/create_set.m
+++ b/scripts/set/create_set.m
@@ -54,4 +54,3 @@
   endif
 
 endfunction
-
--- a/scripts/signal/fftfilt.m
+++ b/scripts/signal/fftfilt.m
@@ -95,9 +95,3 @@
   endif
 
 endfunction
-
-
-
-
-
-
--- a/scripts/specfun/beta.m
+++ b/scripts/specfun/beta.m
@@ -35,4 +35,3 @@
   retval = exp (lgamma (a) + lgamma (b) - lgamma (a+b));
 
 endfunction
-
--- a/scripts/statistics/ols.m
+++ b/scripts/statistics/ols.m
@@ -68,4 +68,3 @@
   SIGMA = R' * R / (nr - r);
 
 endfunction
-
--- a/scripts/strings/blanks.m
+++ b/scripts/strings/blanks.m
@@ -38,7 +38,3 @@
   endif
 
 endfunction
-
-
-
-
--- a/scripts/strings/dec2bin.m
+++ b/scripts/strings/dec2bin.m
@@ -62,4 +62,3 @@
   end_unwind_protect
 
 endfunction
-