-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
broadcastApplying a function over a collectionApplying a function over a collectiondeprecationThis change introduces or involves a deprecationThis change introduces or involves a deprecation
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
simonbyrne, JeffBezanson and stevengj
Metadata
Metadata
Assignees
Labels
broadcastApplying a function over a collectionApplying a function over a collectiondeprecationThis change introduces or involves a deprecationThis change introduces or involves a deprecation