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
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!