Skip to content

DateTimeStamp API that takes double as an arg should handle NaN  #49

@dsgrieve

Description

@dsgrieve

Double.NaN should be treated as 0.0.

I would expect, for example, that new DateTimeStamp(0.0).add(Double.NaN).equals(new DateTimeStamp(0.0)) to be true.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions