Numeric Nodes
- Updated2023-02-17
- 2 minute(s) read
Numeric Nodes
Returns the absolute value of the input.
Computes the sum of the inputs.
Returns the sum of all of the elements in a numeric array.
Produces the complex conjugate of x + yi.
Returns the rectangular components of a complex number.
Subtracts 1 from the input value.
Computes the quotient of the inputs.
Determines whether the input value falls within a range specified by the upper and lower limits and optionally coerces the value to fall within the range.
Adds 1 to the input value.
Compares two values and returns the maximum and minimum values.
Returns the product of the inputs.
Computes the product of two numbers and adds it to an internal accumulator.
Returns the product of all of the elements in a numeric array.
Makes the input value negative.
Computes the integer quotient and the remainder of the inputs.
Generates a double-precision, floating-point number between 0 and 1.
Creates a complex number from two values in rectangular notation.
Divides 1 by the input value.
Expresses the input to the nearest round integer.
Expresses the input to the next higher round integer.
Expresses the input to the next lower round integer.
Multiplies the input by 2 raised to a specified power.
Returns the sign of the input value.
Computes the square of the input value.
Computes the square root of an input value.
Computes the difference between numbers, timestamps, or waveforms.