Closed
Description
Now that we have .
for broadcasting, the method frexp{T<:AbstractFloat}(A::Array{T})
doesn't seem as useful as it once did?
Currently the method returns (F,E)
where F
is an array of 'significands' and E
is an array of 'exponents'. The behavior with the broadcast would instead return an array of tuples.
@ScottPJones also mentioned on gitter that it is also over specified, it only works for Array, not any AbstractArray