square helper

This commit is contained in:
Val Erastov 2016-12-08 22:49:02 -08:00
parent 32879114d6
commit ea4892035a

View file

@ -87,3 +87,4 @@ export function _matrix(m, n) {
return out;
}
export const sq = (a) => a * a;