天软金融分析.NET函数大全
>
TSL函数
>
数学函数
>
指数对数函数
IntPower
复制链接
简述
计算Base的Exponent次幂,也就是计算BaseExponent
定义
Intpower(Base; Exponent:Real):Real;
参数
名称
类型
说明
Base
Real
底数,实数
Exponent
Real
指数,整数,如果不是整数则会进行取整
返回
Real
实数
范例
return IntPower (2,3.2);
//结果:8 //返回2^3
参考
简单函数对数组支持
Ln
LnXP1
Log10
Log2
LogN
Exp
Power
相关
Ln
LnXP1
Log10
Log2
LogN
Exp
IntPower
Power