You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve Floor method to handle edge cases
- Add edge case handling for NaN, Infinity, and out-of-bounds values
- Improve consistency with Ceil.java implementation
- Add handling for positive numbers between 0 and 1
- Update Javadoc to match Ceil.java format and clarity
- Use long cast to handle larger numbers correctly
0 commit comments