⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

An integer is a number with no fractional part. An integer consists of some digits and a sign: 0, 42 and -1024 are all examples of integers.

  • [[Literals/Integer]] shows how to write integers in different bases (like binary or hexadecimal integers).
  • [[Arithmetic/Integer]] shows basic operations, like + - × ÷.
  • [[Bitwise operations]] use the binary digits (bits) of integers.

[[Category:Encyclopedia]]