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 15, 2022. It is now read-only.
floating point numbers can be written in hex like
0x7.Ap3
read as (hex)1.2 * 2^3
but it is not recognized as a number in atom such as 0xE5, 10000, 1.5f which are all written in orange
The text was updated successfully, but these errors were encountered:
floating point numbers can be written in hex like
0x7.Ap3
read as (hex)1.2 * 2^3
but it is not recognized as a number in atom such as 0xE5, 10000, 1.5f which are all written in orange
The text was updated successfully, but these errors were encountered: