Skip to content
  • Corentin Cadiou's avatar
    5c241c3d
    Use double precision · 5c241c3d
    Corentin Cadiou authored
    To find all the spots, I used a regular expression:
    [^<>=]=.*\d\.\d*[^\dd^_]
    ^-----^                  Match assignment, excluding comparison
            ^------^         Match float numbers
    	        ^------^ Match floats *not followed* by d or _dp
    5c241c3d
    Use double precision
    Corentin Cadiou authored
    To find all the spots, I used a regular expression:
    [^<>=]=.*\d\.\d*[^\dd^_]
    ^-----^                  Match assignment, excluding comparison
            ^------^         Match float numbers
    	        ^------^ Match floats *not followed* by d or _dp
Loading