我需要在librebasic宏代码中为某些值供电。 我们有功能POWER(A; B),但它的语法是" cell-formula"
但我需要像" pow"作为本机基本功能。
我尝试过SQL func
POWER(X,Y)
Returns the value of X raised to the power of Y.
代码
rs1(i) = 1/(1+POWER(e, (x1)*(-1)))
但是它显示了子程序没有确定的错误。
答案 0 :(得分:2)
哦!这个“语言”有运营商“^”!我的“cpp大脑”爆炸了。