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.
Adds 1 to the input value.
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.
Compares two values and returns the maximum and minimum values.
Returns the product of the inputs.
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.
Creates a complex number from two values in rectangular notation.
Expresses the input to the next lower round integer.
Expresses the input to the next higher round integer.
Expresses the input to the nearest 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 difference between numbers, timestamps, or waveforms.