Mini Shell

Direktori : /var/www/vhosts/ccp.ac.th/httpdocs/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/
Upload File :
Current File : /var/www/vhosts/ccp.ac.th/httpdocs/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Kernel.php

<?php

declare(strict_types=1);

namespace Phpml\Math;

interface Kernel
{
    /**
     * @param float|array $a
     * @param float|array $b
     *
     * @return float|array
     */
    public function compute($a, $b);
}

Zerion Mini Shell 1.0