Is there a way to represent logical OR function of two or more variables as a polynomial/value function.
So that the $f(x,y)>0$ if $\text{OR}(x,y)>0$.
Additional Edit: Considering $\geqslant 0$ means TRUE, and $<0$ means FALSE. For both the variables and the function. i.e in case $x>0$ and $y<0$, $\text{OR}(x,y)>0$ but $f(x,y)$ might depend on the relative magnitudes of $x$ and $y$.
The function \begin{equation} f(x,y)=\frac{x}{|x|}+\frac{y}{|y|}, \end{equation}
This satisfies the requirements of logic OR where $f(x,y)\geq 0$ corresponds to true, and $f(x,y)<0$ corresponds to false.