Open tpgillam opened 9 months ago
It will return Even{Float64} in most cases, but Even{Int64} if we hit the iszero(aa.c1 + aa.c4) condition (regardless of the precision of the input).
Even{Float64}
Even{Int64}
iszero(aa.c1 + aa.c4)
We want to be a little more careful here not to always expand up to 64-bit precision too.
It will return
Even{Float64}
in most cases, butEven{Int64}
if we hit theiszero(aa.c1 + aa.c4)
condition (regardless of the precision of the input).We want to be a little more careful here not to always expand up to 64-bit precision too.