Version history
Math nodes for the BeeGraphy Editor.
What's New in v1.8.6
Released on July 3, 2026
This release includes 0 nodes and 0 groups, providing expanded capabilities for your workflows.
Release notes generated on July 3, 2026. Edit this content to add version-specific details.
Documentation
Trigonometric
Returns the arc-tangent (in radians) of a number
Returns the hyperbolic sinh (in radians) of a number
Returns the hyperbolic cosine of a number
Returns the arc-sine (in radians) of a number
Returns the cosine (in radians) of the specified angle
Returns the tangent (in radians) of a number
Returns the arc-cosine (in radians) of a number
Returns the hyperbolic arc-cosine of a number
Returns the hyperbolic arc-tangent of a number
Returns the sin (in radians) of the specified angle
Returns the hyperbolic tangent (in radians) of a number
Returns the hyperbolic arc-sine of a number
Returns the angle whose tangent is the quotient of two specified numbers
Constants
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 square root of 1/2
Returns the square root of 3
Returns the natural logarithm of 2
Returns the ratio of the circumference of a circle to its diameter
Returns the square root of 2
Operators
Returns the mathematical division
Divides two numbers and returns only the remainder.
Returns the base to the exponent power, as in base^exponent
Round a number to a decimal place or truncate a number at a decimal place.
Returns the integer part of a number by removing any fractional digits
Returns the absolute value of a number
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
Test for (in)equality of two numbers
Perform boolean conjunction (AND gate) or disjunction (OR gate)
Perform boolean alternative denial (NAND gate) or joint denial (NOR gate)
Returns the mathematical multiplication
Mathematical integer division
Returns the mathematical factorial
Returns rounds a number up to the next largest integer
Returns the largest integer less than or equal to a given number
Returns the largest of the zero or more numbers given as input parameters
Perform boolean exclusive disjunction (Xor gate) or exclusive conjunction (Xnor gate)
Perform boolean negation (NOT gate)
Perform mass addition of a list of items
Returns the nearest 32-bit single precision float representation of a number
Returns the lowest-valued number passed into it
Return the lesser of two items
Returns the lowest-valued number passed into it
Returns larger than (or equal to)
Returns smaller than (or equal to)
Calculates the majority vote among three booleans
Returns the mathematical addition
Returns the mathematical subtraction
Returns the square root of a number
Returns the cube root of a number
Returns the value of a number rounded to the nearest integer
Round a number to a multiplication factor.
Tools
Returns the square root of the sum of squares of its arguments
Returns the natural logarithm (base e) of a number
Returns e^x, where x is the argument, and e the base of the natural logarithms
Convert input boolean value to 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 - 1, where x is the argument, and e the base of the natural logarithms
Solve the arithmetic average for a set of items
Returns the opposite of a value
Returns the radian of given angle degree
Converting string to number
Convert input value to boolean
Returns the angle degree of given radian
Converting number to string