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 polar components of a complex number.
Returns the rectangular components of a complex number.
Subtracts 1 from the input value.
Computes the quotient of the inputs.
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.
Creates a complex number from two values in polar notation.
Converts the polar components of a complex number into its rectangular components.
Computes the integer quotient and the remainder of the inputs.
Generates a double-precision, floating-point number between 0 and 1.
Generates a random value from a specified range.
Creates a complex number from two values in rectangular notation.
Converts the rectangular components of a complex number into its polar components.
Divides 1 by the input value.
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 square root of an input value.
Computes the difference between numbers, timestamps, or waveforms.