PHP acosh() 函数

PHP 教程 · 2019-01-26 17:43:32

实例

返回不同数的反双曲余弦:

<?php
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

查看所有标签

Structure and Interpretation of Computer Programs - 2nd Edition

Structure and Interpretation of Computer Programs - 2nd Edition

Harold Abelson、Gerald Jay Sussman / The MIT Press / 1996-7-25 / USD 145.56

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. Ther......一起来看看 《Structure and Interpretation of Computer Programs - 2nd Edition 》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具