Nodes > Math > Common
Abs
Returns the absolute (positive) value of the input.
Add
Returns the sum of the input values.
Add One
Returns 1 added to the value.
Ceil
Returns the input value rounded up to the next largest whole number.
Clamp
Clamps the value within a minimum and maximum range.
DDX
Computes the partial derivative of the neighboring horizontal pixels in screen space.
DDY
The partial derivative of vertical pixels.
Discard
Discard the current pixel if the given conditions are met.
Divide
Returns A divided by B.
FWidth
The absolute sum of DDX and DDY.
Floor
Returns the input value rounded down to the next smallest whole number.
Fract
Returns the fractional part of the input value.
Max
Returns the greatest value among all inputs.
Min
Returns the lowest value among all inputs.
Mix
Returns a value interpolated between A and B.