Floating Point Precision for Protobufs isn't intuitive #390
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Floating Point precision is based on the number of total digits, not digits after the decimal point, as most other libraries use.
Example
I would expect
float_precision=3
to set themass_kg
to3.141
instead of3.14
(3 decimal places instead of 2)The text was updated successfully, but these errors were encountered: