From 6a35c7fda27e4ebee89d772a97eb07b4ef0598ee Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Tue, 23 Apr 2019 11:32:45 +0530 Subject: [PATCH] Update ApplicationArchitecture.md to include arbitrary precision --- docs/ApplicationArchitecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ApplicationArchitecture.md b/docs/ApplicationArchitecture.md index 0d7c2ff3..c6d59b34 100644 --- a/docs/ApplicationArchitecture.md +++ b/docs/ApplicationArchitecture.md @@ -153,7 +153,7 @@ The CalcEngine contains the logic for interpreting and performing operations acc ### RatPack -The RatPack (short for Rational Pack) is the core of the Calculator model and contains the logic for performing its mathematical operations. The interface to this layer is defined in [ratpak.h][ratpak.h]. +The RatPack (short for Rational Pack) is the core of the Calculator model and contains the logic for performing its mathematical operations (uses arbitrary-precision arithmetic instead of regular floating point arithmetic). The interface to this layer is defined in [ratpak.h][ratpak.h]. [References]:####################################################################################################