S
spasmous
Can someone tell me what the above is in "easy" C code, ie. using if
and else?
I think it's this:
if y[1]>y[2]
{
inhi=2;
ihi=1;
} else {
inhi=1;
ihi=2;
}
but I'm not sure. Thanks.
and else?
I think it's this:
if y[1]>y[2]
{
inhi=2;
ihi=1;
} else {
inhi=1;
ihi=2;
}
but I'm not sure. Thanks.