]> gitweb.michael.orlitzky.com - octave.git/blobdiff - has_root.m
Add the partition function.
[octave.git] / has_root.m
old mode 100755 (executable)
new mode 100644 (file)
index 5c835d8..da518e9
@@ -1,5 +1,3 @@
-#!/usr/bin/octave --silent
-
 function has_root = has_root(fa, fb)
   ## Use the intermediate value theorem to determine whether or not some
   ## function has an odd number of roots on an interval. If the function