Clanmaster21 GitHub пре 4 година
родитељ
комит
0261bb0774
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      include/lol/private/types/real.ipp

+ 1
- 1
include/lol/private/types/real.ipp Прегледај датотеку

@@ -590,7 +590,7 @@ template<typename T> real_t<T> real_t<T>::operator *(real_t<T> const &x) const
{ {
prev = carry; prev = carry;
carry += (uint64_t)m_mantissa[bigit_count() - 1 - j] carry += (uint64_t)m_mantissa[bigit_count() - 1 - j]
*(uint64_t)x.m_mantissa[j - 1 - i];
* (uint64_t)x.m_mantissa[j - 1 - i];
hicarry += (carry<prev); hicarry += (carry<prev);
} }
prev = carry; prev = carry;


Loading…
Откажи
Сачувај