You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Currently, only decimals overflow from integer to real. As discussed in #38, while the specification does not mention it, this is culturally admitted that the binary, octal and hexadecimal notation overflow to real.
Precision/accuracy issues are likely to be happen. We must be careful.
Progression
Binary,
Octal,
Hexadecimal.
The text was updated successfully, but these errors were encountered:
Currently, only decimals overflow from integer to real. As discussed in #38, while the specification does not mention it, this is culturally admitted that the binary, octal and hexadecimal notation overflow to real.
Precision/accuracy issues are likely to be happen. We must be careful.
Progression
The text was updated successfully, but these errors were encountered: