A.4. decimal primitive
실제 숫자의 수학적 개념을 나타냅니다.
현재 엔진은 32비트 IEEE 754 단일 전체 부동 소수점 숫자를 사용하여 이 유형을 구현합니다.
일부 속성의 경우 정밀도가 충분하지 않습니다. 이러한 예외적인 경우 엔진은 특히 다음 속성에 대해 64비트 이중 정밀도 부동 소수점 숫자를 사용합니다.
-
QuotaStorageLimit.usage
-
QuotaStorageLimit.memory_limit
-
QuotaStorageLimit.memory_usage
참고
앞으로 10진수 형식은 무제한 전체 자릿수 10 숫자를 사용하여 구현되므로 위의 제한 사항과 예외는 결국 사라집니다.In the future the decimal type will be implemented using unlimited precision decimal numbers, so the above limitations and exceptions will eventually disappear.