Closed CuriousGeorgiy closed 2 years ago
Floating constant syntax allows expressions like -3.1708209046151947e-25, which are flagged as erroneous:
-3.1708209046151947e-25
ERROR:SPACING: spaces needed around that '-' (ctx:VxV) #1545: FILE: src/lib/salad/hll_empirical.c:143: + -3.1708209046151947e-25, ^
Floating constant syntax allows expressions like
-3.1708209046151947e-25
, which are flagged as erroneous: