Make the exponentiation 0**0 note a real RST note

This commit is contained in:
Alex Beregszaszi
2018-09-26 17:05:54 +01:00
parent 2b2fad3556
commit 61a4d93d1f
+2 -1
View File
@@ -120,7 +120,8 @@ Exponentiation
Exponentiation is only available for unsigned types. Please take care that the types
you are using are large enough to hold the result and prepare for potential wrapping behaviour.
Note that ``0**0`` is defined by the EVM as ``1``.
.. note::
Note that ``0**0`` is defined by the EVM as ``1``.
.. index:: ! ufixed, ! fixed, ! fixed point number