Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Math/sum_floats.php
Назад
<?php declare(strict_types=1); namespace Psl\Math; /** * Returns the sum of all the given numbers. * * @param list<int|float> $numbers * * @pure */ function sum_floats(array $numbers): float { $result = 0.0; foreach ($numbers as $number) { $result += (float)$number; } return $result; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка