koadrobot/maths@0.1.2

License: GPL 3.0

Math nodes. 0.0.1 [01.02.2019]: maths.(division, sign, diff, hypot, minmax,...), 0.0.2 [08.02.2019]: degree-trigonometries, 0.1.0 [11.02.2019]: First Released. 0.1.2: [23.02.2019]: Added info.
NodeDescription
aallNo description
abs
Outputs absolute value of an input number
acosdNo description
add
Adds numbers
asindNo description
atandNo description
ceil
Rounds a number to a minimal integer that is greater than the number
cosdNo description
cube
Computes the cube (i.e. x³) of an input value.
dblNo description
deg2radNo description
diff
Delta of two input value. delta=abs(IN1-IN2)
div
Divides two numbers. If IN2 is zero return Nan.
divisionNo description
floor
Rounds a number to a maximal integer that is less than the number
halfNo description
hypot
Hypotenous: sqrt(x*x+y*y)
log-bx
Computes logarithm of `X` to base `B`.
log-eNo description
max
Return maximum number value of the inputs.
min
Return minimum number value of the inputs
minmax
Get min, max of two input value.
mod
Computes the remainder of `IN1` divided by `IN2`.
multiply
Multiplies numbers
pow
Computes the power of `BASE` raised to the power exponent `EXP`
pow10No description
pow2No description
rad2degNo description
round
Rounds a number to nearest integer
sign
If IN1>IN2 then SIGN = Pozitive else SIGN = Negative. If IN1==IN2 then SIGN=0;
sindNo description
sq
Computes the square (i.e. x²) of an input value.
sqrt
Computes the square root of an input value.
square
Computes the square (i.e. x²) of an input value.
sub
Subtracts two numbers
tandNo description
To use the nodes in your project you should have the koadrobot/maths library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.