-
**Description**
`BigRational.NthRoot(new BigRational(50), 3);`
returns exactly 3. I would expect that since this function takes a BigRational and not a BigInteger, that cutting off the decimal is…
-
I notice it is restricted to x64 in BigRational as well.
-
Today I've learned that you have to be very careful when calculating a time step, because it's implicitly converted to the `BigRational`. Debugger will show you a nice looking double like `2,083333333…
-
We are using Wordpress + SiteHealth plugin and got an error in one of SiteHealth checks
```
Fatal error: Uncaught Error: Undefined class constant 'RETRY_HEADER_KEY'
in /workspace/vendor/google/cl…
-
To find where an operation has been inserted when using a `List` structure is currently like the following:
```rust
let mut list = List::new();
// ... do many operations from various actors: 'A',…
-
Not sure if it's a problem with BigRationals or Julia, but Julia segfaults when I try to print a BigRational. This doesn't happen when I just type the contents of the module into the REPL or use `Rati…
-
cc @HarmoGlace
I've noticed a number of PRs fixing overflows, but typst to me feels like a language in the Python space where any number should be valid. Thoughts on having typst use bignum repres…
-
This fails: `cargo test --no-default-features`
-
I can submit a PR on this.
Can you look over the replacement strings?
Asset
Enumerable
Optimal
Powershell
Quantity
Simulate
Uninstalling
Windows
according
adding
administrative
aligne…
-
Consider the following example which shows why the method fails and an alternative (Float.valueOf(x.toBigDecimal().toString())) that works more how I expected, but would fail if x could not be represe…