运行 ❯
获取您自己的
PHP
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <?php echo(atanh(M_PI_4) . "<br>"); echo(atanh(0.50) . "<br>"); echo(atanh(-0.50) . "<br>"); echo(atanh(1) . "<br>"); echo(atanh(-1)); ?> </body> </html>
1.0593061708232
0.54930614433405
-0.54930614433405
INF
-INF