Open lunik1 opened 3 years ago
The emin function in 0.48.0 returns 1.7976931348623157E308 (max double) when the minimum of a matrix is, in fact, Infinity.
1.7976931348623157E308
Quick example:
(-> [##Inf] matrix/matrix matrix/emin)
returns 1.7976931348623157E308.
The emin function in 0.48.0 returns
1.7976931348623157E308
(max double) when the minimum of a matrix is, in fact, Infinity.Quick example:
returns
1.7976931348623157E308
.