mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
square helper
This commit is contained in:
parent
32879114d6
commit
ea4892035a
1 changed files with 1 additions and 0 deletions
|
|
@ -87,3 +87,4 @@ export function _matrix(m, n) {
|
|||
return out;
|
||||
}
|
||||
|
||||
export const sq = (a) => a * a;
|
||||
|
|
|
|||
Loading…
Reference in a new issue