mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Included createDiff in factoriesAny
This commit is contained in:
parent
bc3cbbcb20
commit
49a6521472
@ -74,6 +74,7 @@ export { createGetMatrixDataType } from './function/matrix/getMatrixDataType'
|
||||
export { createIdentity } from './function/matrix/identity'
|
||||
export { createKron } from './function/matrix/kron'
|
||||
export { createMap } from './function/matrix/map'
|
||||
export { createDiff } from './function/matrix/diff'
|
||||
export { createOnes } from './function/matrix/ones'
|
||||
export { createRange } from './function/matrix/range'
|
||||
export { createReshape } from './function/matrix/reshape'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user