round() 函数:对一个数进行四舍五入

本文涉及的产品
智能开放搜索 OpenSearch行业算法版,1GB 20LCU 1个月
检索分析服务 Elasticsearch 版,2核4GB开发者规格 1个月
实时数仓Hologres,5000CU*H 100GB 3个月
简介: round() 函数:对一个数进行四舍五入

round() 函数:对一个数进行四舍五入。

x = 3.7
print(round(x))  # 输出:4



相关文章
|
2月前
输出双精度(double)数
【10月更文挑战第12天】输出双精度(double)数。
27 6
wustojc1002求2个整数最大值
wustojc1002求2个整数最大值
55 0
|
7月前
pow() 函数:返回一个数的指定次幂
pow() 函数:返回一个数的指定次幂
46 1
|
7月前
abs() 函数:返回一个数的绝对值
abs() 函数:返回一个数的绝对值
52 0
|
C++
C++ 多种取整函数的使用和区别: ceil() floor() round() trunc() rint() nearbyint()
C++ 多种取整函数的使用和区别: ceil() floor() round() trunc() rint() nearbyint()
260 0
BigDecimal 舍入模式(Rounding mode)中的ROUND_UNNECESSARY
BigDecimal 舍入模式(Rounding mode)中的ROUND_UNNECESSARY
197 0
shader中判断浮点型数值相等:round、floor
shader中判断浮点型数值相等:round、floor
350 0
|
Python
Python浮点数转整数int、round、ceil、floor
Python浮点数转整数int、round、ceil、floor
258 0
浮点数能够表示的数的范围是由其()的位数决定的。
浮点数能够表示的数的范围是由其()的位数决定的。
207 0

热门文章

最新文章