trader_tan
PHP Manual
PHP Manual»Trader Функції»trader_tan

trader_tan

(PECL trader >= 0.2.0)

trader_tanVector Trigonometric Tan

Опис

function trader_tan(array $real): array

Calculates the tangent for each value in real and returns the resulting array.

Параметри

real

Масив дійсних значень.

Значення, що повертаються

Returns an array with calculated data or false on failure.

To Top