Harry Sarson 1aa8266207
replace Object.assign with mathjs util map function.
`Object.assign` is not supported in IE 11 and is used here to perform
a shallow clone on objects. The `map` function from `utils/object.js`
can be used instead for this cloning.
2018-05-21 17:06:25 +01:00
..
2018-02-04 13:09:09 +01:00
2015-07-18 13:22:38 +02:00