Изменения
Нет описания правки
== Псевдокод ==
'''double''' findLeftBoard(C : '''double'''):
x = -1
x = x * 2
'''return''' x
'''double''' findRightBoard(C : '''double'''):
x = 1
x = x * 2
'''return''' x
'''double''' binSearch(C : '''double'''):
left = findLeftBoard(C)
right = mid
'''return''' (left + right) / 2
== Метод секущих ==