LibreOffice basic math function

user3003873

I need to power some values in librebasic macrocode. We have func POWER(A; B) but its Syntax is "cell-formula"

But I need something like "pow" as native basic func.

I tried SQL func

POWER(X,Y)
Returns the value of X raised to the power of Y.

in code

rs1(i) = 1/(1+POWER(e, (x1)*(-1)))

But it shows mistake that subprogram isnt determined.

user3003873

Oh! This "language" has operator "^"! My "cpp brain" is blew up.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Python Basic Math Algorithm Function

From Dev

Inserting a math equation to a LibreOffice presentation

From Dev

Inserting a math equation to a LibreOffice presentation

From Dev

Writing logarithm formulas on LibreOffice Math

From Dev

Text editor disappeared in LibreOffice Math

From Dev

How to Highlight code of Libreoffice Math

From Dev

Strange BASIC math formula

From Dev

Python basic math

From Dev

How to use LibreOffice functions into Basic?

From Dev

LibreOffice Calc - plot a basic graph

From Dev

LibreOffice Calc - plot a basic graph

From Dev

Operate with large numbers in LibreOffice BASIC

From Dev

How to insert Prime symbol in Libreoffice Math

From Dev

How to copy Wikipedia formulas to Libreoffice Math?

From Dev

Is there a toString function LibreOffice calc?

From Dev

INDIRECT function in LibreOffice not as in OpenOffice

From Dev

Basic Javascript / jQuery math game: Why can't I evaluate the second time I run this function?

From Dev

insert math functions in math function

From Dev

Try to create basic math game

From Dev

Basic math calculation issue with Arduino

From Dev

How to calculate thresholds (basic math)

From Dev

Insert a cell with a Basic Macro in LibreOffice Calc

From Dev

LibreOffice Basic: existing utilities for splitting strings?

From Dev

Using libreOffice Calc function in macro

From Dev

IF function in LibreOffice5 Calc

From Dev

Binary search for math function

From Dev

MySQL Math on "join" function

From Dev

Hierarchical Excel Math Function

From Dev

Programming a math function in python