PHP asinh() 函数
PHP 教程
· 2019-01-26 18:11:24
实例
返回不同数的反双曲正弦:
<?php
echo(asinh(7) . "<br>");
echo(asinh(56) . "<br>");
echo(asinh(2.45));
?>
echo(asinh(7) . "<br>");
echo(asinh(56) . "<br>");
echo(asinh(2.45));
?>
定义和用法
asinh() 函数返回一个数的反双曲正弦。
语法
asinh(number);
| 参数 | 描述 |
|---|---|
| number | 必需。规定一个数。 |
技术细节
| 返回值: | number 的反双曲正弦。 |
|---|---|
| 返回类型: | Float |
| PHP 版本: | 4.1+ |
| PHP 更新日志: | PHP 5.3:asinh() 函数在所有平台上可用。 |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Beginning Google Maps API 3
Gabriel Svennerberg / Apress / 2010-07-27 / $39.99
This book is about the next generation of the Google Maps API. It will provide the reader with the skills and knowledge necessary to incorporate Google Maps v3 on web pages in both desktop and mobile ......一起来看看 《Beginning Google Maps API 3》 这本书的介绍吧!