AeroRust / AeroRust/nmea

use `f64` (double) over `f32` precision in the Parser

未关闭
#67 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。