cucapra/dahlia

Binary operations on doubles

Closed this issue · 1 comments

Binary operations are supported for floats but not for doubles

[Type error] [27.13] < expected integers or floats, received: double and double.
      if (p < min_p) {
            ^

🤦