``` using LinearAlgebra using StaticArrays b = [-4.744752769108950e-01 4.245762257203441e+290] bs = SA[-4.744752769108950e-01 4.245762257203441e+290] norm(b) 4.245762257203441e290 norm(bs) Inf ``` The norms must be same, but are not.