keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2701868701
It is important to note the actual precision. It is however a bit comical. They should be precision steps = 2^-b where b are the fractional bits. 32bit (16 bits for fraction) is 0.0000152587890625 steps. Where the remaining 16bit gives a range of 65536. In case for some reason you wonder what happens if you do 64bit. 0.000000000232830643654 steps, 4294967296 range. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org