Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 12, 2019 23:33
Show Gist options
  • Save parzibyte/99d4b0fb4c8445355b77613bafa8415f to your computer and use it in GitHub Desktop.
Save parzibyte/99d4b0fb4c8445355b77613bafa8415f to your computer and use it in GitHub Desktop.
<?php
// https://parzibyte.me/blog
$numero = 25;
$raiz_cuadrada = sqrt($numero);
echo "La raíz cuadrada de $numero es $raiz_cuadrada";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment