Version 1.31.1
With a new major update to our Equation node, there will be a lot of new mathematical things, including trigonometry such as Cosine, Sine, Tangent – there is now also something called ACOS, acos returns the inverse cosine of a number.
Also, the node can now calculate MIN, AVG, MAX and SUMWhich may mean that you can reduce the consumption of nodes with these new functionalities.
Now you can also use square root(SQRT) and calculate a number raised to a power of X via POW
Exponential functions
We have also added the natural logarithm which can be used again. ONION, this is the inverse function of the natural exponential function. Euler's number is also an addition that can be used again. EXP.
COS
A / COS(B)
COSINE
HIS
A / SIN(B)
SINE
TAN
A / TAN(B)
TANGENS
ACOS
ACOS(A / B)
INVERSE COSINE (RADIANCE)
MY
MY(A, B…)
MINIMUM
AVG
AVG(A, B…)
AVERAGE
MAX
MAX(A, B…)
MAXIMUM
SUM
SUM(A, B…)
SUM
SQRT
SQRT(A)
SQUARE ROOT
POW
POW(A)
POTENCY
ONION
LOG(A)
NATURAL EXPONENTIAL FUNCTION
EXP
EXP(A)
EULER'S NUMBERS
IF
IF(5=10, 1, 0)
IF STATEMENT – IF(5=10, 1, 0 ) => 0
The Delay node is a brand new node that can now be used. It works by waiting for X time when it should forward the data. So if it is set to 10 seconds delay, it will wait 10 seconds to forward the data.
In this short example, Delay the node will forward the value after 10 seconds. This requires that values in the previous node remain within that number of seconds.
You can use all kinds of values in Delay.
We have made it so that you can now create links through our Google Maps widget – as well as through our buttons. This can be made for both internal and external links. If you want to try it out, you need to go into your Dashboard – have a button or a Google Maps widget – where you can then choose. With the button it is easy and fast – with the Google Maps Module itself you need to add a variable and an “on click” function.
It is now possible to copy the Dashboard by clicking the “Copy” button.