8000 Request: logspace that doesn't require log(a) as argument · Issue #7255 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
Request: logspace that doesn't require log(a) as argument #7255
Closed
@endolith

Description

@endolith

linspace(a, b, 10) creates 10 points linearly spaced from a to b.

logspace(a, b, 10) does not create 10 points logarithmically spaced from a to b, as everyone expects it to:

The current behavior can't be changed because of backwards/matlab compatibility, but it would be nice if there were another function that didn't require the extra step of logspace(log(a), log(b)....

I don't know what it should be called, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0