Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Inverse of the Boole function
InverseBoole is particularly useful when testing a condition based on bit values:
In[3]:= |
Out[3]= |
InverseBoole is the inverse function of Boole:
In[4]:= |
Out[4]= |
InverseBoole deals with Rule just like Boole:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Only one argument is expected:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
If the sole argument provided is neither 1 nor 0, the expression is not evaluated:
In[9]:= |
Out[9]= |
If the argument is a numeric value, use Unitize together with InverseBoole:
In[10]:= |
Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License