arduino / arduino/reference-en
(signed/unsigned) long long/(u)int64_t integer numbers and ULL formatter
Open
@per1234 is already working on this.
Since Aug 26, 2020.
enhancement
- Dominant language
- No language data
- Stars
- 173
- Forks
- 704
- PR merge metrics
- No merged PRs in 30d
Description
64 bit integer numbers (long long/signed long long/unsigned long long/int64_t/uint64_t) along with the ULL formatter are currently not documented although the U/L/UL formatters have been documented in "Integer Constants".
Can I request that the documentation be updated to address this issue with architectures supported (AVR/ARM etc.), minimum Arduino IDE version required and math/compound math supported on such numbers?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.