@ -1,5 +1,7 @@
<?php
function mysqr($n) {
function mysqr($n)
{
$guess = $n / 2;
while (true) {
$last = $guess;
@ -8,6 +10,7 @@ function mysqr($n) {
break;
}
return $guess;
var_dump(mysqr(234892482328), sqrt(234892482328));
The note is not visible to the blocked user.