-
Each exported function should have one or more unit tests where it is exercised by extended precision types such as `BigFloat`. Some of the functions will need some recoding to support this.
-
I am trying to compute eigenvalues of matrices with extended precision but the function `eigsolve` return an error. For example with the following matrix
```julia
using LinearAlgebra, LinearMaps, Qu…
-
### Background
In 2020, the United States Space Force released an implementation of the SGP4-XP propagator, a more accurate version of the standard SGP4, which is claimed to deliver accuracy comparab…
-
Hi! I was trying to use Elliptic.jl in order to evaluate K(k) to high accuracy using BigFloats, but noticed that if given a BigFloat as an input, `Elliptic.K` returns a `Float64`:
```julia
julia> …
-
This is to track the issues surrounding support for extended precision float, i.e. long double. Some things to consider:
1. The multitude of precision and byte representations to support.
2. Cr…
-
Hi, I am currently trying [to ship Ragnar into the nixpkgs](https://github.com/NixOS/nixpkgs/pull/247909).
My proposition for a derivation as been reviewed, and within the changes requested lies a …
-
# **AI-Powered Image Processing for Monitoring Counter Services**
AI system will analyze real-time CCTV footage to detect various events such as customer congestion, idle counters, long waiting times…
-
### What happened?
Hi
As shown in the image below (in Mean & Difference), this issue has been present for several years across version. The calculated fields yield extended prevision format. This is…
-
It can be argued that objects in a set to be classified may not be of equal value in terms of correctly classifying them. In this case, a weighting could be included in the calculation of precision an…
-
Following Numpy's lead on this is going to lead to confusion, so it's been backed out.
But at some point, we should find a way to support the landscape of different floating point numbers -- probably…