Returns the number of columns in a matrix.
The matrix
const result = Chalkboard.matr.cols([[1, 2, 3], [4, 5, 6]]); // Returns 3 Copy
const result = Chalkboard.matr.cols([[1, 2, 3], [4, 5, 6]]); // Returns 3
Returns the number of columns in a matrix.