Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 4, 2018
1 parent d3e1cd0 commit 7303608
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/Language/numerics.pod6
Expand Up @@ -474,29 +474,29 @@ size on 32-bit machines, and how to detect when your program is running on such
Native type | Base numeric | Size
============+==================+===============
int | integer | 64-bits
int8 | integer | 8-bits
int16 | integer | 16-bits
int32 | integer | 32-bits
int64 | integer | 64-bits
------------+------------------+---------------
uint | unsigned integer | 64-bits
uint8 | unsigned integer | 8-bits
uint16 | unsigned integer | 16-bits
uint32 | unsigned integer | 32-bits
uint64 | unsigned integer | 64-bits
------------+------------------+---------------
num | floating point | 64-bits
num32 | floating point | 32-bits
num64 | floating point | 64-bits
------------+------------------+---------------
atomicint | integer | sized to offer CPU-provided atomic operations. (typically 64 bits on 64-bit platforms and 32 bits on 32-bit ones)
Expand Down

0 comments on commit 7303608

Please sign in to comment.