Php/docs/function.trader-div

提供:Dev Guides
< Php
移動先:案内検索

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.