Skip to content

Deprecate frexp{T<:AbstractFloat}(A::Array{T}) in favor of broadcast ? #19817

Closed
@musm

Description

@musm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    broadcastApplying a function over a collectiondeprecationThis change introduces or involves a deprecation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions