mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
* Round Infinity with a precision argument returns Infinity * Also making sure this is true for -Infinity * Tested with _.round(), _.floor() and _.ceil() * Switch to using isFinite to check if number should be rounded * Add tests for rounding NaN now that there is an isFinite check