Skip to content

Commit

Permalink
fix tests and specialize impl_ops to get better precision for integers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris de Claverie committed Jan 4, 2022
1 parent 492f69c commit 1529409
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 102 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ readme = "README.md"
license = "Apache-2.0"

[dependencies]
divrem = "1.0.0"
rand = "0.8"
rand_distr = "0.4"
regex = "1.3"
serde = "1.0"
serde_derive = "1.0"
twofloat = "0.4.1"

[dev-dependencies]
serde_derive = "1.0"
criterion = "0.3"

[[bench]]
name = "bench_epoch"
harness = false
harness = false
Loading

0 comments on commit 1529409

Please sign in to comment.