From 142da9d91fc94300f01207370dd83608b28d4733 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Tue, 23 Jun 2026 12:31:31 -0400 Subject: [PATCH] fix bug in inv(0), inv(Inf) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9fcb6d11..0706278d 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc license = "MIT" desc = "extended precision floating point types using value pairs" repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" -version = "1.9.2" +version = "1.9.3" [deps] GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"