소스 검색

Fix spacing

pull/1/head
Clanmaster21 GitHub 4 년 전
부모
커밋
0261bb0774
No known key found for this signature in database 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;


불러오는 중...
취소
저장