+overflow in ints

This commit is contained in:
Micah Kendall 2022-11-26 23:48:22 +11:00 committed by Lucas
parent 2479b94b67
commit 2ed0b1ed14
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# Int # Int
Ints are plutus integers which are arbitrary size. Ints are plutus integers which are arbitrary size.
So, there is no underflow or overflow. Basic arithmetic can be done for O(1) between ints (+,-,*).
So, there is no underflow. Basic arithmetic can be done for O(1) between ints (+,-,*).
```gleam ```gleam
// A convenient helper function to get the number 7. // A convenient helper function to get the number 7.