-
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
Corentin Cadiou authoredTo 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