From 04df19b8e2c847af0081591efb097456eb507077 Mon Sep 17 00:00:00 2001 From: rjbaucells Date: Tue, 10 Mar 2015 23:03:40 -0400 Subject: [PATCH] matrix() documentation --- lib/function/construction/matrix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/function/construction/matrix.js b/lib/function/construction/matrix.js index d6c32d439..52000e0a2 100644 --- a/lib/function/construction/matrix.js +++ b/lib/function/construction/matrix.js @@ -60,6 +60,7 @@ module.exports = function (math) { * bignumber, boolean, complex, index, number, string, unit * * @param {Array | Matrix} [data] A multi dimensional array + * @param {string} [format] The Matrix storage format * @return {Matrix} The created matrix */ math.matrix = function matrix(data, format) {