Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$title is deprecated in /home/www/dev/work/website/lvesu/class/controller/blog/php.php on line 28

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/php.manual.tpl on line 2

Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2
PHP - Manual: trader_div - 互联网笔记

略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: trader_div

2025-05-14

trader_div

(PECL trader >= 0.2.0)

trader_divVector Arithmetic Div

说明

trader_div(array $real0, array $real1): array

Divides each value from real0 by the corresponding value from real1 and returns the resulting array.

参数

real0

浮点数数组。

real1

浮点数数组。

返回值

Returns an array with calculated data or false on failure.

添加备注

用户贡献的备注 1 note

up
1
geekgirl dot joy at gmail dot com
4 years ago
<?php

$result
= trader_div([1,2,3,4,5], [6,7,8,9,10]);

var_dump($result);
/*
array(5) {
[0]=>
float(0.167) // 1 / 6
[1]=>
float(0.286) / 2 / 7
[2]=>
float(0.375) // 3 / 8
[3]=>
float(0.444) // 4 / 9
[4]=>
float(0.5) // 5 / 10
}
*/

官方地址:https://www.php.net/manual/en/function.trader-div.php

冷却塔厂家 广告
中文GPT4.0无需注册 广告
北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3