﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
545	Fail in FibonacciMin function with low tolerance	Víctor de Buen Remiro	Víctor de Buen Remiro	"FibonacciMin function fails when a low tolerance (1.E-12) is used. It explores points out the interval and can even be hanged if tolerance is very small (1.E-500)

  Real tolerance = 1.E-12;
  Real S2(Real delta)
  {
    WriteLn(""S2(""<<delta+"")=""<<(delta^2));
    delta^2
  };
  Real delta_=0.5;
  Real s2_ = FibonacciMin(S2,delta_,-1,1,tolerance);"	defect	closed	highest		Math	head	blocker	fixed		
