";
foreach ($row as $cell) {
$output .= "";
if ($cell === false) {
$output .= "false";
}
else {
$output .= round($cell, 3);
}
$output .= " | ";
}
$output .= "
";
}
$output .= "";
return $output;
}
$output = "The built-in kernel name 'ring' with parameters of '2,3.5':