acot 函数
Inverse cotangent, result in radians
反余切,弧度中的结果
Syntax
语法
Y = acot(X)
Description
描述
Y = acot(X) returns the inverse cotangent (arccotangent) for each element of X.
Y=acot(X)返回X每个元素的反余切(arccotangent)。
The acot function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
acot函数在阵列上操作元素方法。函数的区域和区间包括复数。所有弧度中的方面。
Examples
例如
Graph the inverse cotangent over the domains and.
反余切在区间和上的函数图像。
x1 = -2*pi:pi/30:-0.1;
x2 = 0.1:pi/30:2*pi;
plot(x1,acot(x1),x2,acot(x2)), grid on

Definition
定义
The inverse cotangent can be defined as
反余切能够被定义为:

Algorithm
算法:
acot 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.
Acot使用FDLIBM,其是在sunsoft发展,一个sun microsystems,inc。公司,通过KwokC.Ng,和其他人。关于FDLIBM的信息,查阅http://www.netlib.org.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/56543.html