Skip to content

Commit

Permalink
Merge pull request #278 from wildyelir/patch-3
Browse files Browse the repository at this point in the history
Update numbers.md
  • Loading branch information
mikera authored Apr 16, 2024
2 parents 28c42cf + e93ab15 commit 5a63197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ but do not have to have the same type:

```clojure
(= 2 2) ;; -> true, 2 is perfectly equal to 2
(= 2 2.0) ;; -> talse, 2 is a long while 2.0 is a double
(= 2 2.0) ;; -> false, 2 is a long while 2.0 is a double
(== 2 2.0) ;; -> true, mathematically, 2 is equal to 2.0
```

Expand Down

0 comments on commit 5a63197

Please sign in to comment.