Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php echo is_nan(200) . "<br>"; echo is_nan(acos(1.01)); ?> </body> </html>
1