AeroRust / AeroRust/nmea

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

オープン
#67 コメント 6 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。