天软金融分析.NET函数大全
>
TSL函数
>
数学函数
>
指数对数函数
Exp
复制链接
简述
返回自然对数e的X次方
定义
Exp(X:Real):Real;
参数
名称
类型
说明
X
Real
实数
返回
Real
实数
范例
//求e^2
return exp(2);
//结果:7.38905609893065
参考
简单函数对数组支持
Ln
LnXP1
Log10
Log2
LogN
IntPower
Power
相关
Ln
LnXP1
Log10
Log2
LogN
Exp
IntPower
Power
FAQ/知识库链接
Q:matlab调用天软的函数,输入ts=actxserver('TSExpert.CoExec');,一直报错 Error using actxserver (line 90) Server creation failed. Invalid ProgID 'TSExpert.CoExec'.
Q:matlab调用ts取数据时出现错误提示:没有为类 'COM.TSExpert_CoExec' 找到具有匹配签名的方法 'RemoteCallFunc'?
Q:Exportfile/VBA导出一维数组失败
Q:使用COM接口与天软交互时提示“No rights to export data!”
Q:Matlab通过actxserver('TSExpert.CoExec')方式调天软时如何完成自动登陆?