X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=bisect.m;fp=bisect.m;h=3e8faa54b14d3ae3b8a573cda205d1cda1f03914;hp=56e099e640f5ef8561835bdca5307517f08d40c3;hb=1a5bceb9de6bd3a511e7edcb6ab08f84dae63948;hpb=7e9b78da72817519f82477be5e9852ed04913aa9 diff --git a/bisect.m b/bisect.m old mode 100755 new mode 100644 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]. ##