mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fix typo
This commit is contained in:
parent
2c33691f29
commit
9886e41ae5
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,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 (using [inifnite precision][Infinite Precision] arithmetic
|
||||
performing its mathematical operations (using [infinite precision][Infinite Precision] arithmetic
|
||||
instead of regular floating point arithmetic). The interface to this layer is defined in [ratpak.h][ratpak.h].
|
||||
|
||||
[References]:####################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue