acsch 函数

来源:互联网 发布:ubuntu 界面应用 编辑:程序博客网 时间:2024/05/04 15:36

acsch 函数

Inverse cosecant and inverse hyperbolic cosecant

反双曲余割

Syntax

语法

Y = acsch(X)

Description

描述

Y = acsch(X) returns the inverse hyperbolic cosecant for each element of X.

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

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

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

Examples

例如:

Graph the inverse hyperbolic cosecant over the domains and.

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

x1 = -20:0.01:-1; 

x2 = 1:0.01:20; 

plot(x1,acsch(x1),x2,acsch(x2)), grid on

Definition

定义

The hyperbolic inverse cosecant can be defined as

反双曲余割能够被定义为:

Algorithm

算法:

acsc 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.

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