<!DOCTYPE html>
<html>
<body>

<?php
echo is_nan(200) . "<br>";
echo is_nan(acos(1.01));
?>


</body>
</html>