**Describe the bug** splitUnit behavior does not match documentation **To Reproduce** 1. Go to https://mathjs.org/index.html 2. Evaluate `(1m).splitUnit(["ft", "in"])` in the parser Expected: `[ 3 feet, 3.3700787401575 inch ]` Result: `[1m]`
Describe the bug
splitUnit behavior does not match documentation
To Reproduce
(1m).splitUnit(["ft", "in"])in the parserExpected:
[ 3 feet, 3.3700787401575 inch ]Result:
[1m]