Skip to content

math/big: Float.Format and Float.Scan conflict with the fmt Formatter and Scanner interfaces #10938

@griesemer

Description

@griesemer

Need to find better names so that we can smoothly interoperate with the fmt package.

Suggestion (iant):

(_Float).Format becomes (_Float).Text.

(this makes it a bit different from the conventions in strconv, but it's the best suggestion seen so far).

Also need a suggestion for (*Float).Scan.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions