update components

This commit is contained in:
Luke Pulverenti 2016-02-02 21:12:02 -05:00
parent 2a4b879c21
commit 63664e6c1c
1155 changed files with 62261 additions and 84 deletions

View file

@ -0,0 +1,33 @@
0b0011
0o274
0xBadFace
42
1.23
1e10
2.5e-4
0.5f0
2.5f-4
0x1p0
0x1.8p3
0x.4p-1
----------------------------------------------------
[
["number", "0b0011"],
["number", "0o274"],
["number", "0xBadFace"],
["number", "42"],
["number", "1.23"],
["number", "1e10"],
["number", "2.5e-4"],
["number", "0.5f0"],
["number", "2.5f-4"],
["number", "0x1p0"],
["number", "0x1.8p3"],
["number", "0x.4p-1"]
]
----------------------------------------------------
Checks for binary, octal, hexadecimal and decimal numbers.