Open kmill opened 23 hours ago
This PR allows _ in numeric literals as a separator. For example, 1_000_000, 0xff_ff or 0b_10_11_01_00.
_
1_000_000
0xff_ff
0b_10_11_01_00
Closes #6199
Mathlib CI status (docs):
This PR allows
_
in numeric literals as a separator. For example,1_000_000
,0xff_ff
or0b_10_11_01_00
.Closes #6199