Math

By

BeeGraphy

Version 1.7.67

Version history

Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 69
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 67
Groups: 4
Nodes: 62
Groups: 4
Nodes: 62

BeeGraphy Editor Math Package This package includes math nodes designed for performing various mathematical operations within the BeeGraphy Editor. Usage The nodes in this package are organized to handle a range of mathematical tasks, from basic arithmetic to trigonometry and constants. You can find these nodes under the Math group in the menu or by using the search engine. Node Groups Operators Group The Operators group provides nodes for basic arithmetic operations and mathematical manipulations. These nodes enable you to perform fundamental calculations such as addition, subtraction, multiplication, and division. You can also work with powers, roots, rounding operations, absolute values, and comparisons. The group includes nodes for finding minimum and maximum values, performing modulo operations, and working with logical gates for boolean operations. Operators nodes are essential for performing basic mathematical computations and comparisons in your workflows. Trigonometric Group The Trigonometric group contains nodes for trigonometric functions and their inverse operations. These nodes allow you to calculate sine, cosine, and tangent values, as well as their hyperbolic variants. You can also compute inverse trigonometric functions to determine angles from ratios. Trigonometric nodes are useful for working with angles, rotations, periodic functions, and geometric calculations involving circles and waves. Tools Group The Tools group offers utility nodes for more complex calculations and mathematical transformations. These nodes provide logarithmic and exponential functions, angle conversions between degrees and radians, type conversions between numbers and strings, and specialized mathematical operations such as calculating averages and hypotenuses. Tools nodes are valuable for advanced mathematical operations, data type conversions, and performing specialized calculations that go beyond basic arithmetic. Constants Group The Constants group provides access to fundamental mathematical constants that are frequently used in calculations. These nodes output standard mathematical values such as pi, Euler's number, square roots of common values, and logarithmic constants. Constants nodes are essential for calculations that require precise mathematical constants and eliminate the need to manually enter these values in your workflows. Each group provides specialized nodes to simplify complex mathematical tasks, making it easier to perform calculations in the BeeGraphy Editor.

Documentation

Operators

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 value of a number rounded to the nearest integer

Round a number to a decimal place or truncate a number at a decimal place.

Round a number to a multiplication factor.

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 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

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)

Returns smaller than (or equal to)

Test for (in)equality of two numbers

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

Trigonometric

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

Tools

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

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 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

Constants

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