mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update src/CalcManager/Ratpack/ratpak.h
Co-Authored-By: danbelcher-MSFT <dabelc@microsoft.com>
This commit is contained in:
parent
f0bf82f9e3
commit
7b05e52fe4
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <algorithm>
|
||||
#include <string>
|
||||
#include "CalcErr.h"
|
||||
#include <cstring> // for memmove
|
||||
#include <sal.h> // for SAL
|
||||
|
||||
static constexpr uint32_t BASEXPWR = 31L;// Internal log2(BASEX)
|
||||
static constexpr uint32_t BASEX = 0x80000000; // Internal radix used in calculations, hope to raise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue