15 数学变换(Math Transform Functions)

Math Transform Functions 数学变换函数

ACOS - Vector Trigonometric ACos

函数名:ACOS 名称:acos函数是反余弦函数,三角函数

1
real = ACOS(close)

ASIN - Vector Trigonometric ASin

函数名:ASIN 名称:反正弦函数,三角函数

1
real = ASIN(close)

ATAN - Vector Trigonometric ATan

函数名:ASIN 名称:数字的反正切值,三角函数

1
real = ATAN(close)

CEIL - Vector Ceil

函数名:CEIL 简介:向上取整数

1
real = CEIL(close)

COS - Vector Trigonometric Cos

函数名:COS 名称:余弦函数,三角函数

1
real = COS(close)

COSH - Vector Trigonometric Cosh

函数名:COSH 名称:双曲正弦函数,三角函数

1
real = COSH(close)

EXP - Vector Arithmetic Exp

函数名:EXP 名称:指数曲线,三角函数

1
real = EXP(close)

FLOOR - Vector Floor

函数名:FLOOR
名称:向下取整数

1
real = FLOOR(close)

LN - Vector Log Natural

函数名:LN
名称:自然对数

1
real = LN(close)

LOG10 - Vector Log10

函数名:LOG10
名称:对数函数log

1
real = LOG10(close)

SIN - Vector Trigonometric Sin

函数名:SIN 名称:正弦函数,三角函数

1
real = SIN(close)

SINH - Vector Trigonometric Sinh

函数名:SINH 名称:双曲正弦函数,三角函数

1
real = SINH(close)

SQRT - Vector Square Root

函数名:SQRT 名称:非负实数的平方根

1
real = SQRT(close)

TAN - Vector Trigonometric Tan

函数名:TAN 名称:正切函数,三角函数

1
real = TAN(close)

TANH - Vector Trigonometric Tanh

函数名:TANH 名称:双曲正切函数,三角函数

1
real = TANH(close)

文档 函数分组