use `f64` (double) over `f32` precision in the Parser
Offen
good first issue
- Vorherrschende Sprache
- Rust
- Sterne
- 109
- Forks
- 64
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Research whether:
- We need `f64` accuracy for any of the fields? - Yes, complexity will be lower by just using double precision.
- If it's really needed, then how we can allow both `f32` and `f64` in the parser (a choice that will be given to the user of the crate)? - No, it is not needed
# TODOs:
Replace all places to use `f64` (double) precision rather than complicating the source code.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.