roc/crates/roc_std
shua b5ce935d89
RocDec::from_str accept 'e' exponent notation
The intent of this change is to allow roc dec values to be parsed from
strings using the 'e' exponent notation, eg '1e3' as a notation for '1000'.

Fixes #7351
2024-12-27 22:44:20 -05:00
..
src RocDec::from_str accept 'e' exponent notation 2024-12-27 22:44:20 -05:00
tests Implemented Default, PartialOrd, and Ord for RocDec 2024-10-14 14:50:53 +02:00
Cargo.toml Have RustGlue bundle roc_std 2023-06-26 09:48:27 -04:00