nreduce - reduces the length of an array axis via an operation
arr.nreduce(
n,
op)
arr.nreduce(
n, op,
axis)
reduces the dimensionality of an array axis via an operation
enter return value here
enter exceptions thrown
// this is an example