sqrt
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Square root
<?php sqrt
(
float $num
):
float
doctrine/dbal
<?php
public static function
udfSqrt
(
$value
) { return
sqrt
(
$value
); }
src/Platforms/SqlitePlatform.php