Skip to content

Commit 56bfc89

Browse files
lambda-abstractionswaroopch
authored andcommitted
fix: typo (extra ^) in scientific notation explanation
1 parent 281d338 commit 56bfc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Numbers are mainly of two types - integers and floats.
4343

4444
An example of an integer is `2` which is just a whole number.
4545

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`.
4747

4848
> **Note for Experienced Programmers**
4949
>

0 commit comments

Comments
 (0)