From 990cc96e4b9605ce99b46cda090ff018cf4c8fc7 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Feb 2019 16:50:58 -0500 Subject: [PATCH] Adjust formatting --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513d6c2d..595a4093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,7 @@ Bug Fixes - Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero. - Handle the following edge cases from R7RS: - > If z is a complex number, then (real? z) is true if and - > only if (zero? (imag-part z)) is true. If x is an inexact - > real number, then (integer? x) is true if and only if (= - > x (round x)). + > If `z` is a complex number, then `(real? z)` is true if and only if `(zero? (imag-part z))` is true. If `x` is an inexact real number, then `(integer? x)` is true if and only if `(= > x (round x))`. ## 0.9.8 - February 16, 2019