Closed deephaven-internal closed 6 months ago
This issue was auto-generated
PR: https://github.com/deephaven/deephaven-core/pull/5371 Author: lbooker42
The following operations returned Float types when provided Float input and are changed by this PR to return Double:
Float
Double
Companion to #5368 and will close #4023
Also close #5459 (test failures issue)
This issue was auto-generated
PR: https://github.com/deephaven/deephaven-core/pull/5371 Author: lbooker42
Original PR Body
The following operations returned
Float
types when providedFloat
input and are changed by this PR to returnDouble
:Companion to #5368 and will close #4023
Also close #5459 (test failures issue)