From f1800c3e8fb89b39625ab8ccedab464522cefdad Mon Sep 17 00:00:00 2001 From: "B. K. Oxley (binkley)" Date: Wed, 27 Mar 2024 13:39:37 -0500 Subject: [PATCH] Style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 439228a..55d32a2 100644 --- a/README.md +++ b/README.md @@ -647,8 +647,8 @@ This code relies on the factory constructor (`valueOf`) for GCM in reducing rationals to proper form, and `gcm` and `lcm` methods are recursive between themselves. -Do note, however, this code implements GCD and LCM recursively in terms of each -other. +> [!NOTE] +> This code implements GCD and LCM recursively in terms of each other. ### Continued fractions