Skip to content

Commit

Permalink
Update jax.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Jul 4, 2024
1 parent cc93720 commit 8902cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ The following table summarizes the default rules used in ``FuzzyLogic``.
* - if (c) then a else b
- :math:`c * a + (1 - c) * b`
* - :math:`a == b`
- :math:`1 - \tanh(w * (a - b)) ^ 2`
- :math:`1 - \tanh^2(w * (a - b))`
* - :math:`a > b`, :math:`a >= b`
- :math:`\mathrm{sigmoid}(w * (a - b))`
* - :math:`\mathrm{signum}(a)`
Expand Down

0 comments on commit 8902cd1

Please sign in to comment.