Skip to content

Read numbers with scientific notation directly as a number in parsers

Previous to this MR, numbers with scientific notation were going into the underlying parsers. Here we read it and return it so this saves one level of indirection.

Merge request reports