mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 15:34:21 +00:00
Merge branch 'main' of github.com:Steffo99/appuntiweb-omega
This commit is contained in:
commit
2ef50e651c
1 changed files with 2 additions and 2 deletions
|
@ -1039,8 +1039,8 @@ const Page: NextPage = () => {
|
|||
Le <B>operazioni fuzzy</B> diventano quindi:
|
||||
</P>
|
||||
<ul>
|
||||
<LI><U><code>AND</code></U>: <B><LatexMath>{`max( x_{A},\\ x_{B} )`}</LatexMath></B></LI>
|
||||
<LI><U><code>OR</code></U>: <B><LatexMath>{`min( x_{A},\\ x_{B} )`}</LatexMath></B></LI>
|
||||
<LI><U><code>AND</code></U>: <B><LatexMath>{`min( x_{A},\\ x_{B} )`}</LatexMath></B></LI>
|
||||
<LI><U><code>OR</code></U>: <B><LatexMath>{`max( x_{A},\\ x_{B} )`}</LatexMath></B></LI>
|
||||
<LI><U><code>NOT</code></U>: <B><LatexMath>{`1 - x_{A}`}</LatexMath></B></LI>
|
||||
</ul>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue