Skip to content

Commit 7f1e958

Browse files
author
Fred Baptiste
committed
fixed integer exponents claim about integer results
1 parent cdad2a0 commit 7f1e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 1/Section 04 - Numeric Types/02 - Integers - Operations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"collapsed": true
1414
},
1515
"source": [
16-
"Addition, subtraction, multiplication and exponentiation of integers always result in an integer."
16+
"Addition, subtraction, multiplication and exponentiation of integers always result in an integer. (In the case of exponentiation this holds only for positive integer exponents.)"
1717
]
1818
},
1919
{

0 commit comments

Comments
 (0)