sqrt() and floor()
function mysqrt($x){ $x=sqrt($x); $x=floor($x); return($x); } echo mySqrt($x);
by Anna Tukvadze
2 years ago
PHP
Object Oriented PHP Tutorial
0
Pro tip: use ```triple backticks around text``` to write in code fences