koadrobot/math
#pragma XOD dirtieness disable struct State {}; {{ GENERATED_CODE }} void evaluate(Context ctx) { Number lhs = getValue<input_IN1>(ctx); Number rhs = getValue<input_IN2>(ctx); emitValue<output_OUT>(ctx, ( (lhs < rhs) || isnan(rhs) ) ? rhs : lhs); }
© 2017–2026XOD Inc
Contact us: hello@xod.io