NAME

reduce - reduces the dimensionality of an array via an operation

SYNOPSIS

arr.reduce(op)

DESCRIPTION

reduces the dimensionality of an array via an operation

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related