rust/library/coretests
Trevor Gross 626d2c5eed dec2flt: Rename Number to Decimal
The previous commit renamed `Decimal` to `DecimalSeq`. Now, rename the
type that represents a decimal floating point number to be `Decimal`.

Additionally, add some tests for internal behavior.
2025-03-02 07:08:01 +00:00
..
benches Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
tests dec2flt: Rename Number to Decimal 2025-03-02 07:08:01 +00:00
Cargo.toml Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
lib.rs