xtl icon indicating copy to clipboard operation
xtl copied to clipboard

[xoptional] boolean optional expressions behavior

Open SylvainCorlay opened this issue 8 years ago • 0 comments

This was brought up today in a presentation about xtensor.

Regarding operators || and &&:

  • should true || missing return true or missing?
  • should false && missing return false or missing?

More generally, should we handle absorbing values separately... is 0 * missing<int> missing or zero?

SylvainCorlay avatar Sep 19 '17 13:09 SylvainCorlay