SIGN IN SIGN UP

add issubnormal(x::BigFloat) = false (#61929)

Needed to get the new `normalize` and `normalize!` functions working for
`BigFloat` and probably some other types:
https://github.com/JuliaLang/LinearAlgebra.jl/pull/1634

I followed the example of `isnan`, which simply returns `false`
generically, and has specialized methods for types which actually have
NaNs.
M
Mateus Araújo committed
4bbcda317bc550342c52d8439b69c9822c98e92b
Parent: ff93149
Committed by GitHub <noreply@github.com> on 5/29/2026, 9:26:29 AM