You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Numbers are mainly of two types - integers and floats.
43
43
44
44
An example of an integer is `2` which is just a whole number.
45
45
46
-
Examples of floating point numbers (or _floats_ for short) are `3.23` and `52.3E-4`. The `E` notation indicates powers of 10. In this case, `52.3E-4` means `52.3 * 10^-4^`.
46
+
Examples of floating point numbers (or _floats_ for short) are `3.23` and `52.3E-4`. The `E` notation indicates powers of 10. In this case, `52.3E-4` means `52.3 * 10^-4`.
0 commit comments