FluidTYPO3\Vhs\ViewHelpers\Math\PowerViewHelper::calculateAction PHP Method

calculateAction() protected method

protected calculateAction ( mixed $a, mixed $b ) : integer
$a mixed
$b mixed
return integer
    protected function calculateAction($a, $b)
    {
        return pow($a, $b);
    }
PowerViewHelper