Opened 7 years ago

Last modified 7 years ago

#6946 closed defect

Inconsistent behavior with GDALIsValueInRange() — at Initial Version

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

r39170 has no tests and is quirky...

GDALIsValueInRange<float>(1.0f / 0.0f) is false, but

GDALIsValueInRange<double>(1.0 / 0.0) is true.

Change History (0)

Note: See TracTickets for help on using tickets.