PHP 8.4.1 Released!

stats_stat_innerproduct

(PECL stats >= 1.0.0)

stats_stat_innerproductRenvoie le produit interne de deux vecteurs

Description

stats_stat_innerproduct(array $arr1, array $arr2): float

Renvoie le produit interne de arr1 et arr2.

Liste de paramètres

arr1

Le premier tableau

arr2

Le second tableau

Valeurs de retour

Renvoie le produit interne de arr1 et arr2, ou false en cas d'échec.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top