This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
machinelearning_notebook
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update floor division
savefigrue
bushuhui
3 years ago
parent
eed40aaa44
commit
21b75d6b8a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
0_python/1_Basics.ipynb
+ 2
- 2
0_python/1_Basics.ipynb
View File
@@ -373,7 +373,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"地板除法(floor divide)
就是将这样得到的结果转换成最接近的
整数。"
"地板除法(floor divide)
先调用divide函数做除法,再调用floor函数对浮点数进行向下取整并返回
整数。"
]
},
{
@@ -1004,7 +1004,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
7.9
"
"version": "3.
8.5
"
}
},
"nbformat": 4,
Write
Preview
Loading…
Cancel
Save