Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rust-num/num-rational issues and pull requests
#131 - Add the ability to parse decimals into `Ratio`
Issue -
State: open - Opened by tgross35 5 months ago
- 1 comment
#130 - Release 0.4.2
Pull Request -
State: closed - Opened by cuviper 7 months ago
#129 - Add `Ratio::into_raw`
Pull Request -
State: closed - Opened by cuviper 7 months ago
#128 - Add `const ZERO`/`ONE` and `impl ConstZero`/`ConstOne`
Pull Request -
State: closed - Opened by cuviper 7 months ago
#127 - feat: borsh, json-schema, some wasmvm (cosmwasm) support, msb
Pull Request -
State: closed - Opened by dzmitry-lahoda 8 months ago
#126 - Use namespaced-features to safely bump to MSRV 1.60
Pull Request -
State: closed - Opened by cuviper 10 months ago
#125 - ci: merge queue and registry caching
Pull Request -
State: closed - Opened by cuviper 10 months ago
#124 - Optional support for borsh serialisation
Pull Request -
State: open - Opened by Fuuzetsu 12 months ago
#123 - ci: Update to `actions/checkout@v4`.
Pull Request -
State: closed - Opened by waywardmonkeys about 1 year ago
- 2 comments
#122 - Divide-by-zero crash occurs on Ratio::trunc()
Issue -
State: closed - Opened by HeeillWang about 1 year ago
- 1 comment
#121 - Improving performance of `Ord::cmp` for `Ratio<T>` with `CheckedMul`
Issue -
State: open - Opened by mitchmindtree about 1 year ago
- 1 comment
Labels: breaking change
#120 - clippy: `From` instead of `Into`.
Pull Request -
State: open - Opened by waywardmonkeys over 1 year ago
- 2 comments
#119 - clippy: Fix simple warnings.
Pull Request -
State: closed - Opened by waywardmonkeys over 1 year ago
- 3 comments
#118 - constifying in an nighlty branch or feature gate it? (with #[const_trait])
Issue -
State: open - Opened by haennes over 1 year ago
- 1 comment
#117 - Overflow in division
Issue -
State: closed - Opened by sharkdp over 1 year ago
- 2 comments
#116 - How about adding a `#[repr(C)]` attribute to Ratio<T> struct?
Issue -
State: closed - Opened by mhfan over 1 year ago
- 3 comments
#115 - Symmetry for `Ratio::new_raw`
Issue -
State: closed - Opened by zbrachinara over 1 year ago
- 2 comments
#114 - Improved documentation.
Pull Request -
State: open - Opened by Enyium almost 2 years ago
#113 - `Ratio::<T>::from_...()` - definition of being representable?
Issue -
State: open - Opened by Enyium almost 2 years ago
- 8 comments
#112 - Update dead link
Pull Request -
State: closed - Opened by Enyium almost 2 years ago
- 2 comments
#111 - test_ldexp failure on armel
Issue -
State: open - Opened by sebastinas almost 2 years ago
- 2 comments
#110 - Try to avoid cloning
Issue -
State: open - Opened by konsumlamm about 2 years ago
#109 - Exposes approximate_float for unsigned ratios
Pull Request -
State: closed - Opened by flavioroth over 2 years ago
- 4 comments
#108 - Update and simplify the CI workflow
Pull Request -
State: closed - Opened by cuviper over 2 years ago
- 2 comments
#107 - Release 0.4.1
Pull Request -
State: closed - Opened by cuviper over 2 years ago
- 2 comments
#106 - Add pow and root functions
Issue -
State: open - Opened by porky11 over 2 years ago
- 1 comment
#105 - Add Default implementation
Pull Request -
State: closed - Opened by MattX over 2 years ago
- 2 comments
#104 - Implement ldexp and use it in ratio_to_f64
Pull Request -
State: closed - Opened by MattX over 2 years ago
- 2 comments
#103 - add `limit_denominator` method with tests
Pull Request -
State: open - Opened by msalib over 2 years ago
- 2 comments
#102 - Rounding in implementation of `ToPrimitive` methods contradicts trait documentation
Issue -
State: open - Opened by p-e-w over 2 years ago
- 2 comments
#101 - Implement `Default`
Issue -
State: closed - Opened by Kyuuhachi over 2 years ago
- 1 comment
#100 - Add explicit and unified interface for approximation
Issue -
State: open - Opened by cmpute almost 3 years ago
- 1 comment
#99 - Feature request: Limiting precision
Issue -
State: open - Opened by ijustlovemath over 3 years ago
- 2 comments
#98 - Avoid two clones in 'reduce'.
Pull Request -
State: closed - Opened by lemmih over 3 years ago
- 4 comments
#97 - Parse mixed numerals
Pull Request -
State: closed - Opened by ConnyOnny over 3 years ago
- 3 comments
#96 - BigInt properly recognized
Issue -
State: open - Opened by janus over 3 years ago
- 3 comments
#95 - Make i128 support optional
Issue -
State: closed - Opened by dbeckwith over 3 years ago
- 2 comments
#94 - Avoid powi underflow in ratio_to_f64
Pull Request -
State: closed - Opened by cuviper over 3 years ago
- 2 comments
#93 - Update num-bigint and release 0.4.0
Pull Request -
State: closed - Opened by cuviper over 3 years ago
- 2 comments
#92 - Deprecate `Rational`
Pull Request -
State: closed - Opened by vks almost 4 years ago
- 3 comments
#91 - Conversion to f64 is lossy for tiny floats
Issue -
State: closed - Opened by verhovsky almost 4 years ago
- 1 comment
#90 - Support `is_human_readable`
Issue -
State: open - Opened by matklad almost 4 years ago
- 2 comments
#89 - Rename Rational -> RationalSize
Issue -
State: closed - Opened by matklad almost 4 years ago
- 2 comments
Labels: breaking change
#88 - Fix always rebuilding with --remap-path-prefix
Pull Request -
State: closed - Opened by Nemo157 about 4 years ago
- 4 comments
#87 - Release 0.3.1
Pull Request -
State: closed - Opened by cuviper about 4 years ago
- 2 comments
#86 - add try from methods
Pull Request -
State: open - Opened by benmkw about 4 years ago
- 2 comments
#85 - easier interop with floats
Issue -
State: open - Opened by benmkw about 4 years ago
- 3 comments
#84 - Better document panic behaviour for `Ratio`s with zero in denominator
Pull Request -
State: closed - Opened by zetok about 4 years ago
- 2 comments
#83 - Handle to_f64() with raw division by zero
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#82 - Public method to convert ratio to float
Issue -
State: closed - Opened by jzrake over 4 years ago
- 2 comments
#81 - Release 0.3.0
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#80 - Reorganize num-bigint features
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#79 - Switch CI to GitHub Actions
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 5 comments
#78 - Release 0.2.4
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#77 - Fix CheckedDiv with minimum values
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#76 - Fix CheckedDiv with minimum values
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#75 - Fix CheckedDiv with zeros
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#74 - Fix CheckedDiv with zeros
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#73 - checked_div can attempt to negate with overflow
Issue -
State: closed - Opened by evnu over 4 years ago
- 4 comments
Labels: bug
#72 - checked_div can divide by zero
Issue -
State: closed - Opened by turion over 4 years ago
- 3 comments
Labels: bug
#71 - Document features
Issue -
State: open - Opened by maxbla over 4 years ago
- 3 comments
#70 - Expand the Pow implementations
Pull Request -
State: closed - Opened by cuviper over 4 years ago
- 2 comments
#69 - Error building for Rust1.43 nightly
Issue -
State: closed - Opened by yutiansut almost 5 years ago
- 4 comments
#68 - Remove outdated `extern crate` docs
Pull Request -
State: closed - Opened by cuviper almost 5 years ago
- 2 comments
#67 - CI: check a no_std target without alloc
Pull Request -
State: closed - Opened by cuviper almost 5 years ago
- 2 comments
#66 - Update to MSRV 1.31, 2018 edition
Pull Request -
State: closed - Opened by cuviper almost 5 years ago
- 2 comments
#65 - Tracking issue for num-rational 0.3
Issue -
State: closed - Opened by cuviper almost 5 years ago
- 1 comment
Labels: breaking change
#64 - Release 0.2.3
Pull Request -
State: closed - Opened by cuviper almost 5 years ago
- 2 comments
#63 - Update to autocfg 1
Pull Request -
State: closed - Opened by cuviper almost 5 years ago
- 2 comments
#62 - Improve CI
Pull Request -
State: closed - Opened by maxbla almost 5 years ago
- 2 comments
#61 - Is there an easy to_float or to_f64 function?
Issue -
State: closed - Opened by ryanpeach almost 5 years ago
- 2 comments
#60 - Compatible with cargo --remap-path-prefix
Pull Request -
State: closed - Opened by dingelish about 5 years ago
- 2 comments
#59 - Quickcheck
Pull Request -
State: open - Opened by maxbla about 5 years ago
#58 - Add "fractions" to README.md and Cargo.toml keywords
Pull Request -
State: closed - Opened by nyanpasu64 over 5 years ago
- 4 comments
#57 - Suggestion: Add "fraction" keyword to README or crates.io entry
Issue -
State: closed - Opened by nyanpasu64 over 5 years ago
- 1 comment
#56 - add more formatting traits
Pull Request -
State: closed - Opened by maxbla over 5 years ago
- 15 comments
Labels: breaking change
#55 - Restrict generic type of Ratio
Issue -
State: open - Opened by maxbla over 5 years ago
- 8 comments
Labels: breaking change
#54 - Support for various trig functions?
Issue -
State: closed - Opened by ckaran over 5 years ago
- 5 comments
#53 - +/- infinity?
Issue -
State: closed - Opened by ckaran over 5 years ago
- 20 comments
#52 - Convert Ratio of integers to f64
Pull Request -
State: closed - Opened by MattX over 5 years ago
- 21 comments
#51 - Fix #49
Pull Request -
State: closed - Opened by maxbla over 5 years ago
- 3 comments
#50 - Consistency of macros use
Issue -
State: open - Opened by maxbla over 5 years ago
- 1 comment
#49 - Smarter comparisons
Issue -
State: closed - Opened by maxbla over 5 years ago
- 2 comments
#48 - Let new_raw, numer, and denom be const in Rust 1.31+
Pull Request -
State: closed - Opened by cuviper over 5 years ago
- 2 comments
#47 - Implement Zero::set_zero and One::set_one
Pull Request -
State: closed - Opened by cuviper over 5 years ago
- 2 comments
#46 - bump autocfg to fix no_std probing
Pull Request -
State: closed - Opened by cuviper over 5 years ago
- 4 comments
#45 - Use autocfg to probe for i128
Pull Request -
State: closed - Opened by cuviper over 5 years ago
- 2 comments
#44 - chore: Exclude unneeded files
Pull Request -
State: closed - Opened by ignatenkobrain over 5 years ago
- 2 comments
#43 - Replace `otry!` macro with `?`
Issue -
State: closed - Opened by maxbla over 5 years ago
- 4 comments
#42 - Avoid overflow
Pull Request -
State: closed - Opened by maxbla over 5 years ago
- 11 comments
#41 - Check formatting in CI
Pull Request -
State: closed - Opened by cuviper over 5 years ago
- 2 comments
#40 - From instance for f64 and f32
Issue -
State: closed - Opened by droundy almost 6 years ago
- 2 comments
#39 - format_as_decimal implementation
Pull Request -
State: closed - Opened by dnsl48 about 6 years ago
- 10 comments
#38 - Implement ops for primitives + Ratios; ops for BigRational + primitives
Pull Request -
State: open - Opened by turboladen over 6 years ago
- 9 comments
#37 - (Issue #10) num_rational::Ratio: Add the ability to format as a decimal
Pull Request -
State: closed - Opened by Hazardius over 6 years ago
- 4 comments
#36 - Run cargo fmt
Pull Request -
State: closed - Opened by cuviper over 6 years ago
- 2 comments
#35 - Implement sqrt function
Issue -
State: open - Opened by Pzixel over 6 years ago
- 30 comments
#34 - Fix typo
Pull Request -
State: closed - Opened by vks over 6 years ago
- 2 comments
#33 - Fix typo
Pull Request -
State: closed - Opened by vks over 6 years ago
- 1 comment
#32 - Some way to create a const rational value?
Issue -
State: closed - Opened by ornamentist over 6 years ago
- 8 comments