use `f64` (double) over `f32` precision in the Parser
未关闭
good first issue
- 主要语言
- Rust
- 星标
- 109
- 派生
- 64
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。