mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update src/CalcManager/Ratpack/rat.cpp
Co-Authored-By: ariccio <test35965@gmail.com>
This commit is contained in:
parent
de553e6bc9
commit
64e83ad6a9
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void addrat( _Inout_ PRAT *pa, _In_ PRAT b, int32_t precision)
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
void rootrat( _Inout_ PRAT *py, _In_ PRAT n, uint32_t radix, int32_t precision)
|
void rootrat( _Inout_ PRAT *py, _In_ PRAT n, uint32_t radix, int32_t precision)
|
||||||
{
|
{
|
||||||
// Initialize 1/n
|
// Initialize 1/n
|
||||||
PRAT oneovern= nullptr;
|
PRAT oneovern= nullptr;
|
||||||
DUPRAT(oneovern,rat_one);
|
DUPRAT(oneovern,rat_one);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue