db&w documentation wiki

finest software | finest docs

Site Tools


tools:multi-maths

This is an old revision of the document!


X-Maths (preliminary)

Multi-Maths is a node that attempts to collect all maths functions in a single user interface and node to encourage experimenting with different calculations.

The node has two scalar inputs (X and Y) as well as two vector inputs (A and B) and two matrix inputs ( M and N)

The outputs (Scalar, Vector or Matrix) will be the result of the Scalar, Vector or Matrix function (respectively) being computed using the input values.

The inputs may be swapped around without reconnecting them. This, for example, turns X / Y into Y / X.

Scalar Computations

Scalar =Description
X + Y
X - Y
X * Y
X / Y
pow (X,Y)
sqrt(X)
frac(X)
int(X)
ceil(X)
floor(X)
fabs(X)
fmod(X,Y)
sin(X)
cos(X)
tan(X)
asin(X)
acos(X)
atan(X)
atan(X / Y)
sinh(X)
cosh(X)
tanh(X)
exp(X)
log(X)
log10(X)
A . B (dot product)
length(A)
-X

Vector Computations

Vector =Description
A + B
A - B
A * B
A / B
A x B (cross product)
A * X
A / X
normalize(A)
A * M

Matrix Computations

Matrix =Description
M * N
M + N
M - N
-M
M * X

This is the plugin of the month for May 2019, made possible by the finest patrons on Patreon.

tools/multi-maths.1559043260.txt.gz · Last modified: 2019/05/28 13:34 by lightwolf