-
People will often use the `#` character to hide lines that aren't relevant to the example, but rustdoc will display blank lines you leave between `#`-prefixed lines and the visible lines. For example,…
-
We would like to check the feasibility for using [num bigint](https://docs.rs/num-bigint/latest/num_bigint/) in order to represent the numerator and denominator for the conversion factors.
1. Suppo…
-
This occurs in version 7.0.61 and probably earlier. It does not occur in 7.0.58. It's related to getting BigInteger support online which was near version 7.0.59. In short, it seems that we need a BigR…
-
Happy to have a go at this myself presently.
ghost updated
6 years ago
-
This crate makes use of features so that "you don't pay for what you don't use" and to support no_std while allowing for extensions that require the standard library. This is good, but it can be begin…
-
The [MPFR](https://www.mpfr.org/mpfr-current/mpfr.html) library addresses several deficiencies in the `mpf_*` functions provided by GMP:
* It has proper IEEE 754 semantics, e.g. infinity and accura…
-
I want to make a library for BigInts/BigRationals/BigDecimals, and I need to perform certain mathematical operations with them. I was thinking that a way to implement "subroutines" would be to allow p…
s5bug updated
4 years ago
-
ucum.js: **0.0.2**
The library seems to suffer from the effects of number representation errors, I assume these are caused by using binary floating point arithmetic for internal calculations.
Th…
-
Right now, the only comparison operation between BigInt types is `PartialOrd`. There are times, however, that other comparisons are helpful, especially comparisons against primitive integer types. Mos…
-
"Forward" type declarations in Crystal, i.e. defining empty types in one place and then reopening them later, can be used to declare the type hierarchy prior to def definitions, so that the order betw…