PHP acosh() 函数
PHP 教程
· 2019-01-26 17:43:32
实例
返回不同数的反双曲余弦:
<?php
echo(acosh(7) . "<br>");
echo(acosh(56) . "<br>");
echo(acosh(2.45));
?>
echo(acosh(7) . "<br>");
echo(acosh(56) . "<br>");
echo(acosh(2.45));
?>
定义和用法
acosh() 函数返回一个数的反双曲余弦。
语法
acosh(number);
| 参数 | 描述 |
|---|---|
| number | 必需。规定一个数。 |
技术细节
| 返回值: | number 的反双曲余弦。 |
|---|---|
| 返回类型: | Float |
| PHP 版本: | 4.1+ |
| PHP 更新日志: | PHP 5.3:acosh() 函数在所有平台上可用。 |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Ethnography and Virtual Worlds
Tom Boellstorff、Bonnie Nardi、Celia Pearce、T. L. Taylor / Princeton University Press / 2012-9-16 / GBP 21.00
"Ethnography and Virtual Worlds" is the only book of its kind - a concise, comprehensive, and practical guide for students, teachers, designers, and scholars interested in using ethnographic methods t......一起来看看 《Ethnography and Virtual Worlds》 这本书的介绍吧!