Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 123 Bytes

float-half-suffix

File metadata and controls

4 lines (4 loc) · 123 Bytes
 
1
2
3
4
// This should produce "10.05h" and not "10.05 h"
10.05h
// This should produce "10.05e10h" and not "10.05e10 h"
10.05e10h