<!DOCTYPE html>
<html>
<body>
<?php
// Неверный расчет вернёт значение NaN
$x = acos(8);
var_dump($x);
?>
</body>
</html>