Skip to content

Make NaN() and is_NaN() method names lowercase #9319

Closed
@chris-morgan

Description

@chris-morgan

For consistency in naming convention:

  • Float::NaN() should be named Float::nan();
  • Float.is_NaN() should be named Float.is_nan(); and
  • NumStrConv::NaN() should be named NumStrConv::nan().

(I'm am at present doing this.)

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