mirror of https://github.com/ArduPilot/ardupilot
AP_Common: add comment on top of float16 storage
there are multiple standards for storing these values
This commit is contained in:
parent
b4e3b6cdd5
commit
1c15488e35
|
@ -2,6 +2,8 @@
|
|||
/*
|
||||
float16 implementation
|
||||
|
||||
Note that this is IEEE half-precision 16-bit float, *not* bfloat16
|
||||
|
||||
algorithm with thanks to libcanard:
|
||||
https://github.com/dronecan/libcanard
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue