您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

python- divmod数字处理函数

2025/10/19 16:31:46发布17次查看
python每日一函数 - divmod数字处理函数
divmod(a,b)函数
中文说明:
divmod(a,b)方法返回的是a//b(除法取整)以及a对b的余数
返回结果类型为tuple
参数:
a,b可以为数字(包括复数)
版本:
在python2.3版本之前不允许处理复数,这个大家要注意一下
英文说明:
take two (non complex) numbers as arguments and return a pair of numbers consisting of their quotient and remainder when using long division. with mixed operand types, the rules for binary arithmetic operators apply. for plain and long integers, the result is the same as (a // b, a % b). for floating point numbers the result is (q, a % b), where q is usually math.floor(a / b) but may be 1 less than that. in any case q * b + a % b is very close to a, if a % b is non-zero it has the same sign as b, and 0
changed in version 2.3: using divmod() with complex numbers is deprecated.
python代码实例:
>>> divmod(9,2) (4, 1) >>> divmod(11,3) (3, 2) >>> divmod(1+2j,1+0.5j) ((1+0j), 1.5j)
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product