带有Python示例的math.floor()方法

您所在的位置:网站首页 python中的mathfloor 带有Python示例的math.floor()方法

带有Python示例的math.floor()方法

2024-07-16 04:49:18| 来源: 网络整理| 查看: 265

Python math.floor()方法 (Python math.floor() method)

math.floor() method is a library method of math module, it is used to get the floor value of a given number, it is used to get the floor value of a number, it accepts a number/numeric expression and returns largest integer (integral) value, which is not greater than the number.

math.floor()方法数学模块的库方法,用于获取给定数字的下限值,用于获取数字的下限值,它接受数字/数值表达式并返回最大整数(整数)值,该值不大于数字。

Note: It is useful with the float values if the number is an integer value – it returns the same value.

注意:如果数字是整数值,则对于浮点值很有用–它返回相同的值。

Syntax of math.floor() method:

math.floor()方法的语法:

math.floor(n)

Parameter(s): n – a number or numeric expression.

参数: n-数字或数字表达式。

Return value: int – it returns an integer value – which is largest integer value of given number but not greater than the n.

返回值: int –返回整数值,该整数值是给定数字的最大整数值,但不大于n 。

Example:

例:

Input: n = 10.23 # function call print(math.floor(n)) Output: 10 Python代码查找给定数字的底值 (Python code to find floor value of a given number) # Python code to find floor value of a given number # importing math import math # number n1 = 10.23 n2 = 10.67 n3 = 10 n4 = -10.23 n5 = 0 # printing floor values print("floor(n1): ", math.floor(n1)) print("floor(n2): ", math.floor(n2)) print("floor(n3): ", math.floor(n3)) print("floor(n4): ", math.floor(n4)) print("floor(n5): ", math.floor(n5))

Output

输出量

floor(n1): 10 floor(n2): 10 floor(n3): 10 floor(n4): -11 floor(n5): 0

翻译自: https://www.includehelp.com/python/math-floor-method-with-example.aspx



【本文地址】

公司简介

联系我们

今日新闻


点击排行

实验室常用的仪器、试剂和
说到实验室常用到的东西,主要就分为仪器、试剂和耗
不用再找了,全球10大实验
01、赛默飞世尔科技(热电)Thermo Fisher Scientif
三代水柜的量产巅峰T-72坦
作者:寞寒最近,西边闹腾挺大,本来小寞以为忙完这
通风柜跟实验室通风系统有
说到通风柜跟实验室通风,不少人都纠结二者到底是不
集消毒杀菌、烘干收纳为一
厨房是家里细菌较多的地方,潮湿的环境、没有完全密
实验室设备之全钢实验台如
全钢实验台是实验室家具中较为重要的家具之一,很多

推荐新闻


图片新闻

实验室药品柜的特性有哪些
实验室药品柜是实验室家具的重要组成部分之一,主要
小学科学实验中有哪些教学
计算机 计算器 一般 打孔器 打气筒 仪器车 显微镜
实验室各种仪器原理动图讲
1.紫外分光光谱UV分析原理:吸收紫外光能量,引起分
高中化学常见仪器及实验装
1、可加热仪器:2、计量仪器:(1)仪器A的名称:量
微生物操作主要设备和器具
今天盘点一下微生物操作主要设备和器具,别嫌我啰嗦
浅谈通风柜使用基本常识
 众所周知,通风柜功能中最主要的就是排气功能。在

专题文章

    CopyRight 2018-2019 实验室设备网 版权所有 win10的实时保护怎么永久关闭