Editor
Market
Blog
FAQ
Log In
Sign Up
Packages
→
Math
→
latest
→
Documentation
Math nodes for the BeeGraphy Editor.
Name
Math
Version
1.2.2
Published date
2023.10.13 10:44
From last publish
2 months ago
Groups
4
Nodes
57
Operators
Trigonometric
Tools
Constants
Operators
Addition
Returns the mathematical addition
Subtraction
Returns the mathematical subtraction
Multiplication
Returns the mathematical multiplication
Division
Returns the mathematical division
Integer Division
Mathematical integer division
Modulus
Divides two numbers and returns only the remainder.
Power
Returns the base to the exponent power, as in base^exponent
Square Root
Returns the square root of a number
Cube Root
Returns the cube root of a number
Factorial
Returns the mathematical factorial
Minimum
Returns the lowest-valued number passed into it
Maximum
Returns the largest of the zero or more numbers given as input parameters
Larger
Returns larger than (or equal to)
Sign
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
Trunc
Returns the integer part of a number by removing any fractional digits
Round
Returns the value of a number rounded to the nearest integer
Fround
Returns the nearest 32-bit single precision float representation of a number
Ceil
Returns rounds a number up to the next largest integer
Floor
Returns the largest integer less than or equal to a given number
Absolute
Returns the absolute value of a number
Trigonometric
Sine
Returns the sin (in radians) of the specified angle
SineH
Returns the hyperbolic sinh (in radians) of a number
Cosine
Returns the cosine (in radians) of the specified angle
CosineH
Returns the hyperbolic cosine of a number
Tangent
Returns the tangent (in radians) of a number
TangentH
Returns the hyperbolic tangent (in radians) of a number
ArcSine
Returns the arc-sine (in radians) of a number
ArcSineH
Returns the hyperbolic arc-sine of a number
ArcCosine
Returns the arc-cosine (in radians) of a number
ArcCosineH
Returns the hyperbolic arc-cosine of a number
ArcTangent
Returns the arc-tangent (in radians) of a number
ArcTangentH
Returns the hyperbolic arc-tangent of a number
ArcTangent2
Returns the angle whose tangent is the quotient of two specified numbers
Tools
Logarithm
Returns the natural logarithm (base e) of a number
Log1p
Returns the natural logarithm (base e) of 1 + a number
Logarithm2
Returns the base 2 logarithm of a number
Log10
Returns the base 10 logarithm of a number
Exponential
Returns e^x, where x is the argument, and e the base of the natural logarithms
Average
Solve the arithmetic average for a set of items
Expm1
Returns e^x - 1, where x is the argument, and e the base of the natural logarithms
Hypot
Returns the square root of the sum of squares of its arguments
Opposite
Returns the opposite of a value
DegToRad
Returns the radian of given angle degree
RadToDeg
Returns the angle degree of given radian
StringToNumber
Converting string to number
NumberToString
Converting number to string
Boolean Converter
Convert input value to boolean
Boolean To Number
Convert input boolean value to number
Constants
LN2
Returns the natural logarithm of 2
LN10
Returns the natural logarithm of 10
LOG2E
Returns the base 2 logarithm of e
LOG10E
Returns the base 10 logarithm of e
E
Returns the natural logarithmic base, specified by the constant e
PI
Returns the ratio of the circumference of a circle to its diameter
SQRT1_2
Returns the square root of 1/2
SQRT2
Returns the square root of 2
SQRT3
Returns the square root of 3