mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +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>