-
Why cant we get arbitrary precision on the besselj functions?
-
MWE:
```julia
julia> using Oceananigans, OrthogonalSphericalShellGrids, ClimaOcean
Precompiling ClimaOcean
3 dependencies successfully precompiled in 9 seconds. 216 already precompiled.
jul…
-
I am currently working on a Java - QuickJS bridge using jni and rquickjs as "middleware" between both worlds. Unfortunately rquickjs does not seem to support the types behind the `bignum` flag in Quic…
-
Hashing has a different behavior for "bare" `BigFloat`'s and unit-ed `Quantity{BigFloat}`'s. For the former, `hash` is unaffected by `BigFloat`'s data address in memory, stored in its `d` field; while…
cnaak updated
4 years ago
-
I'm using `astro_float` to validate function approximations in my code. I noticed that one of my tests fails with a massive discrepancy in computed results. Here's a minimal example which reproduces t…
-
When I use JuMP to create two variables and try to place a constraint on them, I get an error.
Here is an minimal example and a prefix of the error message:
~~~
julia> lp = Model(Tulip.Optimizer{…
-
`sinpi` fails on BigFloats:
```
julia> CRlibm.sinpi(BigFloat(0.5))
ERROR: StackOverflowError:
Stacktrace:
[1] sinpi(::BigFloat, ::RoundingMode{:Nearest}) at /home/sad/.julia/packages/CRlibm/NFCH…
-
https://bellard.org/quickjs/jsbignum.html
-
## Use case
Enable BigInt/BigFloat support is important for quickjs. We have libbf.c included but CONFIG_BIGNUM is not added to build definition. Please include it as well.
## Proposal
BigInt…
-
Thank you very much for the contribution of the MultiQuad library, which saves me the need to write numerical integrals by myself. Can I add support for bigfloat?