Run ❯
Get your
own PHP
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <?php echo is_finite(2) . "<br>"; echo is_finite(log(0)) . "<br>"; echo is_finite(2000); ?> </body> </html>
1
1