@vancat/node-editor-package-math
Name
Math
Version
1.7.21
Published date
April 1, 2025
From last publish
24 days ago
Group
4
Nodes
67
Returns the mathematical addition
Perform mass addition of a list of items
Returns the mathematical subtraction
Returns the mathematical multiplication
Returns the mathematical division
Mathematical integer division
Divides two numbers and returns only the remainder.
Returns the base to the exponent power, as in base^exponent
Returns the square root of a number
Returns the cube root of a number
Returns the mathematical factorial
Returns the lowest-valued number passed into it
Returns the largest of the zero or more numbers given as input parameters
Return the lesser of two items
Returns the lowest-valued number passed into it
Returns larger than (or equal to)
Perform boolean conjunction (AND gate) or disjunction (OR gate)
Perform boolean exclusive disjunction (Xor gate) or exclusive conjunction (Xnor gate)
Perform boolean negation (NOT gate)
Perform boolean alternative denial (NAND gate) or joint denial (NOR gate)
Calculates the majority vote among three booleans
Test for (in)equality of two numbers
Returns smaller than (or equal to)
Returns either a positive or negative +/- 1, indicating the sign of a number passed into the argument. If the number passed is 0, it will return a +/- 0
Returns the integer part of a number by removing any fractional digits
Returns the value of a number rounded to the nearest integer
Returns the nearest 32-bit single precision float representation of a number
Returns rounds a number up to the next largest integer
Returns the largest integer less than or equal to a given number
Returns the absolute value of a number
Returns the sin (in radians) of the specified angle
Returns the hyperbolic sinh (in radians) of a number
Returns the cosine (in radians) of the specified angle
Returns the hyperbolic cosine of a number
Returns the tangent (in radians) of a number
Returns the hyperbolic tangent (in radians) of a number
Returns the arc-sine (in radians) of a number
Returns the hyperbolic arc-sine of a number
Returns the arc-cosine (in radians) of a number
Returns the hyperbolic arc-cosine of a number
Returns the arc-tangent (in radians) of a number
Returns the hyperbolic arc-tangent of a number
Returns the angle whose tangent is the quotient of two specified numbers
Returns the natural logarithm (base e) of a number
Returns the natural logarithm (base e) of 1 + a number
Returns the base 2 logarithm of a number
Returns the base 10 logarithm of a number
Returns e^x, where x is the argument, and e the base of the natural logarithms
Solve the arithmetic average for a set of items
Returns e^x - 1, where x is the argument, and e the base of the natural logarithms
Returns the square root of the sum of squares of its arguments
Returns the opposite of a value
Returns the radian of given angle degree
Returns the angle degree of given radian
Converting string to number
Converting number to string
Convert input value to boolean
Convert input boolean value to number
Returns the natural logarithm of 2
Returns the natural logarithm of 10
Returns the base 2 logarithm of e
Returns the base 10 logarithm of e
Returns the natural logarithmic base, specified by the constant e
Returns the ratio of the circumference of a circle to its diameter
Returns the square root of 1/2
Returns the square root of 2
Returns the square root of 3