原文地址: TA-LIB document
翻譯地址:https://github.com/HuaRongSAO/talib-document
Math Transform Functions
ACOS - Vector Trigonometric ACos
函數(shù)名:ACOS
名稱:acos函數(shù)是反余弦函數(shù)弯屈,三角函數(shù)
real = ACOS(close)
ASIN - Vector Trigonometric ASin
函數(shù)名:ASIN
名稱:反正弦函數(shù)扣蜻,三角函數(shù)
real = ASIN(close)
ATAN - Vector Trigonometric ATan
函數(shù)名:ASIN
名稱:數(shù)字的反正切值怀泊,三角函數(shù)
real = ATAN(close)
CEIL - Vector Ceil
函數(shù)名:CEIL
簡介:向上取整數(shù)
real = CEIL(close)
COS - Vector Trigonometric Cos
函數(shù)名:COS
名稱:余弦函數(shù),三角函數(shù)
real = COS(close)
COSH - Vector Trigonometric Cosh
函數(shù)名:COSH
名稱:雙曲正弦函數(shù)坏瘩,三角函數(shù)
real = COSH(close)
EXP - Vector Arithmetic Exp
函數(shù)名:EXP
名稱:指數(shù)曲線庙曙,三角函數(shù)
real = EXP(close)
FLOOR - Vector Floor
函數(shù)名:FLOOR
名稱:向下取整數(shù)
real = FLOOR(close)
LN - Vector Log Natural
函數(shù)名:LN
名稱:自然對數(shù)
real = LN(close)
LOG10 - Vector Log10
函數(shù)名:LOG10
名稱:對數(shù)函數(shù)log
real = LOG10(close)
SIN - Vector Trigonometric Sin
函數(shù)名:SIN
名稱:正弦函數(shù),三角函數(shù)
real = SIN(close)
SINH - Vector Trigonometric Sinh
函數(shù)名:SINH
名稱:雙曲正弦函數(shù)粹庞,三角函數(shù)
real = SINH(close)
SQRT - Vector Square Root
函數(shù)名:SQRT
名稱:非負(fù)實數(shù)的平方根
real = SQRT(close)
TAN - Vector Trigonometric Tan
函數(shù)名:TAN
名稱:正切函數(shù)咳焚,三角函數(shù)
real = TAN(close)
TANH - Vector Trigonometric Tanh
函數(shù)名:TANH
名稱:雙曲正切函數(shù),三角函數(shù)
real = TANH(close)