Skip to content

Commit b625d21

Browse files
committed
Add SetRounding
1 parent bf46128 commit b625d21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
OpenBLASConsistentFPCSR_jll = "6cdc7f73-28fd-5e50-80fb-958a8875b1af"
1313
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
14+
SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
1415
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1516

1617
[extensions]
@@ -28,6 +29,7 @@ IntervalConstraintProgramming = "0.13, 0.14"
2829
LazySets = "2 - 6"
2930
OpenBLASConsistentFPCSR_jll = "0.3.29 - 0.3.30"
3031
Reexport = "1"
32+
SetRounding = "0.2"
3133
StaticArrays = "0.12, 1"
3234
julia = "1.10"
3335

src/IntervalLinearAlgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module IntervalLinearAlgebra
22

3-
using StaticArrays, Reexport
3+
using StaticArrays, Reexport, SetRounding
44
using LinearAlgebra: checksquare
55

66
import Base: +, -, *, /, \, ==,

0 commit comments

Comments
 (0)