主页
PHP
PHP 数字
tryphp_numbers_nan
运行 ❯
×
更改方向
保存代码
更改主题
<?php // Invalid calculation will return a NaN value $x = acos(8); var_dump($x); ?>
float(NaN)