Skip to content

RFC: add nextafter #664

Closed
Closed
@steff456

Description

@steff456

This RFC proposes adding nextafter function

Overview

Based on array comparison data, the API is available in most array libraries. The main exception is MXNet which doesn't implement it.

Prior art

  • MXNet doesn't have an implementation for nextafter

Proposal

This proposal follows similar element-wise APIs,

def nextafter(x1: array, x2: array, /) -> array

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    API extensionAdds new functions or objects to the API.Needs DiscussionNeeds further discussion.RFCRequest for comments. Feature requests and proposed changes.

    Type

    No type

    Projects

    Status

    Stage 1

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions