Skip to content

Commit

Permalink
GenericFraction / TryFrom implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Oct 15, 2023
1 parent 5ab89f9 commit 9464665
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.x.0] - ??????????
### Added
- GenericFraction try_from/try_into implementations for primitive types
- GenericFraction try_from/try_into implementations for BigInt/BigUint

## [0.14.0] - 2023-09-27
### Added
- `approx` module with "Approximate mathematical operations", `fn sqrt` (special thanks to @squ1dd13 for the contribution!)
Expand Down
1 change: 1 addition & 0 deletions src/fraction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pub mod postgres_support;
mod generic_fraction;
mod ops;
mod sign;
mod try_from;

0 comments on commit 9464665

Please sign in to comment.