1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 17:21:04 +00:00
uutils-coreutils/src
aimerlief 367cc19d45
fix(seq): handle 0e... scientific notation without padding (#6934)
* fix(seq): handle 0e... scientific notation without padding

- Updated the parse_exponent_no_decimal function to treat 0e... as zero.
- Added test cases to verify correct behavior for 0e15 and -w 0e15.

Fix: #6926

* fix(seq): improved parse for accurate BigDecimal handling

* apply missing cargo fmt formatting adjustments
2024-12-07 16:42:34 +01:00
..
bin uudoc,chcon: fix needless_lifetimes warnings 2024-11-29 10:47:14 +01:00
uu fix(seq): handle 0e... scientific notation without padding (#6934) 2024-12-07 16:42:34 +01:00
uucore Merge pull request #6923 from sylvestre/more-terms 2024-12-04 14:05:00 +01:00
uucore_procs prepare version 0.0.28 2024-11-03 20:59:42 +01:00
uuhelp_parser prepare version 0.0.28 2024-11-03 20:59:42 +01:00