]> gitweb.michael.orlitzky.com - octave.git/blobdiff - bisect.m
Add the partition function.
[octave.git] / bisect.m
old mode 100755 (executable)
new mode 100644 (file)
index 56e099e..3e8faa5
--- a/bisect.m
+++ b/bisect.m
@@ -1,5 +1,3 @@
-#!/usr/bin/octave --silent
-
 function root = bisect(f, a, b, epsilon)
   ## Find a root of the function `f` on the closed interval [a,b].
   ##