Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seq:add floating point support (#6959)
* seq:enable parsing of hexadecimal floats Turn on the float parser. Now it's possible to use hexadecimal floats as parameters. For example, cargo run -- 0x1p-1 3 0.5 1.5 2.5 Issue #6935 --------- Co-authored-by: Daniel Hofstetter <[email protected]> Co-authored-by: Sylvestre Ledru <[email protected]>
- Loading branch information