What is "branch-on-sign expressions"?
Posted
by Pavel Shved
on Stack Overflow
See other posts from Stack Overflow
or by Pavel Shved
Published on 2010-04-13T08:46:27Z
Indexed on
2010/04/13
8:53 UTC
Read the original article
Hit count: 303
language-agnostic
As far as I understand the "branch-on-sign" is the name of some kind of if
statement that does something depending on sign. I'm not sure that it's just if (x<0) then ... else ...
.
However, the name "branch-on-sign" seems to denote something very concrete. So, what is it? Perhaps, it's language-specific, but I don't really know. Probably, it's related to embedded development.
© Stack Overflow or respective owner