ソースを参照

Fix spacing

pull/1/head
Clanmaster21 GitHub 4年前
コミット
0261bb0774
この署名に対応する既知のキーがデータベースに存在しません GPGキー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;
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);
}
prev = carry;


読み込み中…
キャンセル
保存