软硬件环境
- windows 10 64bit
- anaconda3 with python 3.7
前言
编程过程中经常会遇到将float
类型数据进行截取,也就是只保留小数点后几位的情况。本文以保留小数点后2位为例,介绍几种常用的实现方法。
round方法
(base) PS C:\Windows\system32> ipython Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 7.13.0 -- An enhanced Int