Skip to content

Feature/ternary operation

Martin Alkämper requested to merge feature/ternary-operation into master

This should be an

if(function > 0.5)
return 1
else 0

Please check whether you have any concerns (also regarding promotion of operands) @claus-justus.heine @stephan.hilb

Merge request reports