mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make the exponentiation 0**0 note a real RST note
This commit is contained in:
parent
2b2fad3556
commit
61a4d93d1f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user