deephaven / deephaven-plugins

Deephaven Plugins
11 stars 14 forks source link

Replace Number type with float #589

Closed AkshatJawne closed 3 months ago

AkshatJawne commented 3 months ago

Replace all instances of Number with float, since Number is a union of int and float, and the float type accepts int.