Skip to content

Commit fe44951

Browse files
committed
Update bi-divide.md
1 parent f256d03 commit fe44951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm/bi-divide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ cout<<"then num in "<<k<<endl; //找到查找的数,输出结果
132132

133133
**要求由小到大依次在同一行输出这三个实根(根与根之间留有空格),并精确到小数点后2位。**
134134

135-
**提示:记方程f(x)=0,若存在2个数x1和x2,且x1<x2,f(x1)* f(x2)<0,则在(x1,x2)之间一定有一个根。**
135+
`提示:记方程f(x)=0,若存在2个数x1和x2,且x1<x2,f(x1)* f(x2)<0,则在(x1,x2)之间一定有一个根。`
136136

137137
**输入:a,b,c,d 输出:三个实根(根与根之间留有空格)**
138138

0 commit comments

Comments
 (0)