beta
cables is under heavy development.
There might be one or another bug, please let us know about it!
op collection

math





ArrayAbs

 Converts array contents to absolute values - converts all negative numbers to positive numbers

ArrayCeil

Round numbers up

ArrayDivide

  Divides all values in an array by one number

ArrayFloor

 Round numbers down

ArrayFract

 Returns the fractional remainder of all values in an array

ArrayMath

 Pick from multiple mathematical modes which can all be applied to a single array

ArrayMathArray

 performs a math operations on two arrays

ArrayMax

  Applies a max operation to all values in an array

ArrayMin

 Applies a min operation to all values in an array

ArrayModulo

 Applies a modulo operation to all values in an array

ArrayMultiply

Multiply every number in an array

ArrayPow

 Applies a Pow function to an array

ArraySin

 Performs a sin or cos operation on the contents of an array

ArraySubtract

  Subtracts one number from all values in an array

InterpolateMatrix

interpolate between two matrices