mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Merge branch 'code-analysis-3' of https://github.com/ariccio/calculator into code-analysis-3
This commit is contained in:
commit
2e3ae2961d
1 changed files with 1 additions and 2 deletions
|
@ -100,7 +100,6 @@ void fracrat( _Inout_ PRAT *pa , uint32_t radix, int32_t precision)
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
void mulrat( _Inout_ PRAT *pa, _In_ PRAT b, int32_t precision)
|
||||
|
||||
{
|
||||
// Only do the multiply if it isn't zero.
|
||||
if ( !zernum( (*pa)->pp ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue