acosh函数

acosh 函数

Inverse hyperbolic cosine

反双曲余弦

Syntax

语法

Y = acosh(X)

Description

描述

Y = acosh(X) returns the inverse hyperbolic cosine for each element of X.

Y=acosh(X)返回X的每个元素的反双曲余弦。

The acosh function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.

acosh函数在阵列上的操作元素方法。函数的区域和区间包括复合值。所有的弧度方面。

Examples

例如

Graph the inverse hyperbolic cosine function over the domain.

反双曲余弦在区间上的函数图像。

x = 1:pi/40:pi; 

plot(x,acosh(x)), grid on

acosh函数_第1张图片

Definition

定义

The hyperbolic inverse cosine can be defined as

反双曲余弦能够被定义为

Algorithm

算法

acosh uses FDLIBM, which was developed at SunSoft, a Sun Microsystems, Inc. business, by Kwok C. Ng, and others. For information about FDLIBM, see http://www.netlib.org.

Acosh 使用FDLIBM,其是在sunsoft发展,一个sun microsystemsinc。公司,通过KwokC.Ng,和其他人。关于FDLIBM的信息,查阅http://www.netlib.org.

你可能感兴趣的:(Algorithm,算法)