isort

sorts 2 integers : the higher of the 2 is put out at 'high' , the lower at 'low'
Author: Robert Schirmer
License: BSD
Github: rbrt/math/isort.axo

Inlets

int32 i1

int32 i2

Outlets

int32 high

int32 low

Control Rate
outlet_high = (inlet_i1 < inlet_i2) ? inlet_i2 : inlet_i1;
outlet_low = (inlet_i2 > inlet_i1) ? inlet_i1 : inlet_i2;

Privacy

© 2024 Zrna Research