splitUnit behavior does not match documentation
Open
bug
category:units
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
**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]`
Contributor guide
Assessment
This issue has not been assessed yet.