From 4ac159c603ead0a812445ad8655daa643526f2e3 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 20 Apr 2021 08:17:16 -0400 Subject: [PATCH] Update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index beba51e..433280b 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,4 @@ Playing around with numeric types in Rust. ## Components * Rational (fraction) type, which overloads arithmatic operators -* Various fibonacci/factorial implementations for native numeric types * BigInt (high precision integer) type, overloading arithmatic operators \ No newline at end of file