📄 function.acosh.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Inverse hyperbolic cosine</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.acos.html">acos</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.asin.html">asin</a></div> <div class="up"><a href="ref.math.html">Math Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.acosh" class="refentry"> <div class="refnamediv"> <h1 class="refname">acosh</h1> <p class="verinfo">(PHP 4 >= 4.0.7, PHP 5)</p><p class="refpurpose"><span class="refname">acosh</span> — <span class="dc-title">Inverse hyperbolic cosine</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">float</span> <span class="methodname"><b><b>acosh</b></b></span> ( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$arg</tt></span> )</div> <p class="para rdfs-comment"> Returns the inverse hyperbolic cosine of <i><tt class="parameter">arg</tt></i>, i.e. the value whose hyperbolic cosine is <i><tt class="parameter">arg</tt></i>. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">arg</tt></i></span> <dd> <p class="para"> The value to process </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> The inverse hyperbolic cosine of <i><tt class="parameter">arg</tt></i> </p> </div> <div class="refsect1 changelog"> <h3 class="title">ChangeLog</h3> <p class="para"> <table class="informaltable"> <colgroup> <thead valign="middle"> <tr valign="middle"> <th colspan="1">Version</th> <th colspan="1">Description</th> </tr> </thead> <tbody valign="middle" class="tbody"> <tr valign="middle"> <td colspan="1" rowspan="1" align="left">5.3.0</td> <td colspan="1" rowspan="1" align="left"> This function is now available on all platforms </td> </tr> </tbody> </colgroup> </table> </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.cosh.html" class="function" rel="rdfs-seeAlso">cosh()</a></li> <li class="member"><a href="function.acos.html" class="function" rel="rdfs-seeAlso">acos()</a></li> <li class="member"><a href="function.asinh.html" class="function" rel="rdfs-seeAlso">asinh()</a></li> <li class="member"><a href="function.atanh.html" class="function" rel="rdfs-seeAlso">atanh()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.acos.html">acos</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.asin.html">asin</a></div> <div class="up"><a href="ref.math.html">Math Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -