Version 1.31.1
With a major new update to our Equation node, there's a lot of new maths stuff including trigonometry such as Cosine, Sine, Tangent - there's now also something called ACOS, acos returns the inverse cosine of a number.
And the node can now calculate MIN, AVG, MAX and SUM. Which means you can minimise 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 that can be used throughout LOGThis 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)
COSINUS
INS
A / SIN(B)
SINUS
TAN
A / TAN(B)
TANGENS
ACOS
ACOS(A / B)
INVERSE COSINE (RADIANCE)
MIN
MIN(A, B...)
MINIMUM
AVG
AVG(A, B...)
GENNEMSNITH
MAX
MAX(A, B...)
MAKSIMUM
SUM
SUM(A, B...)
SUM
SQRT
SQRT(A)
QUADRATROD
POW
POW(A)
POTENS
LOG
LOG(A)
NATURAL EXPONENTIAL FUNCTION
EXP
EXP(A)
EULER'S TAL
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 utilised. It works by waiting X time for when it should forward that data. So if it is set to 10 seconds delay, it will wait 10 seconds to forward that data.
In this short example, we will Delay node will pass the value on 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 possible to create links through our Google Maps widget - and through our buttons. This can be done 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 choose. With the button it's quick and easy - 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.