-
Official CBOR spec includes serialization of Decimals.
Error Message:
```
don't know how to cbor serialize object of type %s",
```
-
There seem to have been quite a few regressions recently on the scalar BaseBenchmarks, the real regressions seem to be due to #51362. The regressions seem to indicate #51362 had a bigger performance i…
-
Imported from SourceForge on 2024-07-04 22:13:34
Created by **[igorpesando](https://sourceforge.net/u/igorpesando/)** on 2013-11-02 11:48:53
Original: https://sourceforge.net/p/maxima/bugs/2656
---
…
rtoy updated
4 months ago
-
In looking at the [doc for BigFloats](https://docs.julialang.org/en/v1/base/numbers/#BigFloats-and-BigInts) etc
, couldn't find the default (256), and kind of a clue how to find it, but in a too va…
-
```Julia
> using ApproxFun
> @time Fun(BigFloat(1),Legendre())
0.000463 seconds (316 allocations: 23.984 KiB)
Fun(Legendre(),BigFloat[1.0])
> @time Fun(1,Chebyshev(BigFloat(-1)..1))
0.000060…
-
Hi,
We have an issue there https://github.com/iitis/DatagenCopulaBased.jl/issues/7 that would require the gamma_inv_inc function to work with bigfloats. Is there in the bigfloat package an impleme…
-
- Isotherms: every adsorption isotherm under the sun, interpolators
- Arbitrary number support: ForwardDiff.Dual, Measurement, BigFloat, etc
- Methods: IAST,reverse IAST, Real Adsorbed Solution Theo…
-
Both in 1.6.2 and 1.7b3, see examples below with BigFloat.
```julia
julia> versioninfo()
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: macOS (x86_64-apple-d…
-
Conversion of irrationals to `Float64` with a specified rounding mode is currently done by evaluating the irrational with `BigFloat` at 256 bits of precision and then rounding the result. This can le…
-
currently for example `BigFloat` will crash
```julia
StrideArray{BigFloat}(undef, (4, 4))
```