latest
Documentation

Math nodes for the BeeGraphy Editor.

Name

Math

Version

1.5.0

Published date

2024.04.25 23:28

From last publish

13 days ago

Groups

4

Nodes

57

Operators

Trigonometric

Tools

Constants

Operators

Returns the mathematical addition

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

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

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

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

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