mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* Fix #1902: typo in an example in the documentation * Replace recursive calls in typed-functions with `this`-style calls * Replace more recursive calls in typed-functions with `this`-style calls * Refactor compareNatural to use this-style recursion Co-authored-by: josdejong <wjosdejong@gmail.com>