Hyperbolic(base)
Hyperbolic()所属R语言包:base
Hyperbolic Functions
双曲函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions give the obvious hyperbolic functions. They respectively compute the hyperbolic cosine, sine, tangent, and their inverses, arc-cosine, arc-sine, arc-tangent (or "area cosine", etc).
这些功能给明显的双曲函数。他们分别计算双曲余弦,正弦,正切,逆,反余弦,正弦弧,弧切线(或面积余弦等)。
用法----------Usage----------
cosh(x)
sinh(x)
tanh(x)
acosh(x)
asinh(x)
atanh(x)
参数----------Arguments----------
参数:x
a numeric or complex vector
一个数字或复杂的矢量
Details
详情----------Details----------
These are internal generic primitive functions: methods can be defined for them individually or via the Math group generic.
这些都是内部通用的原始功能:方法可以为他们单独或通过Math组通用的定义。
Branch cuts are consistent with the inverse trigonometric functions asin et seq, and agree with those defined in Abramowitz and Stegun, figure 4.7, page 86. The behaviour actually on the cuts follows the C99 standard which requires continuity coming round the endpoint in a counter-clockwise direction.
科削减与反三角函数一致asinSEQ等,并同意与定义中Abramowitz和Stegun,的图4.7,第86页。在削减的行为实际上是遵循C99标准要求的连续性新一轮反时针方向的端点。
S4方法----------S4 methods----------
All are S4 generic functions: methods can be defined for them individually or via the Math group generic.
都是S4通用功能的方法,可以为他们单独或通过Math组通用的定义。
参考文献----------References----------
Handbook of Mathematical Functions. New York: Dover.<br> Chapter 4. Elementary Transcendental Functions: Logarithmic, Exponential, Circular and Hyperbolic Functions
参见----------See Also----------
The trigonometric functions, cos, sin, tan, and their inverses acos, asin, atan.
三角函数,cos,sin,tan,他们逆acos,asin,atan。
The logistic distribution function plogis is a shifted version of tanh() for numeric x.
物流配送功能plogis是tanh()转向数字x版本。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|