TensorPrimitives.MinNumber(ReadOnlySpan<T>) incorrectly propagates NaN
dotnet/runtime · issue #133346 · opened Sep 2026 · 1 comment · no PRs referenced when indexed
TensorPrimitives.MinNumber(ReadOnlySpan ) returns NaN when any element of the span is NaN, even when other elements are numbers. This appears inconsistent with…